Make word "path" plural

This commit is contained in:
Yosuke Kabuto 2016-01-02 16:53:25 +09:00
parent 8581c72a44
commit 1dbc4c3fee
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