Revert "Revert "Make word "path" plural""

This reverts commit 3a8bc07686.
This commit is contained in:
Yosuke Kabuto 2016-01-02 20:17:40 +09:00
parent 3a8bc07686
commit 59e8342469
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ RSpec.describe $LOAD_PATH do
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