Skip to content

Commit

Permalink
Revert "Revert "Make word "path" plural""
Browse files Browse the repository at this point in the history
This reverts commit 3a8bc07.
  • Loading branch information
ysksn committed Jan 2, 2016
1 parent 3a8bc07 commit 59e8342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper/load_path_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
expect($LOAD_PATH).to include(THIRD_PARTY_DIR)
end

it('should already have unique path') do
it('should already have unique paths') do
expect($LOAD_PATH).to match_array($LOAD_PATH.uniq!)
end
end

0 comments on commit 59e8342

Please sign in to comment.