Make word "path" plural
This commit is contained in:
parent
8581c72a44
commit
1dbc4c3fee
|
@ -31,7 +31,7 @@ RSpec.describe $LOAD_PATH do
|
||||||
expect($LOAD_PATH).to include(THIRD_PARTY_DIR)
|
expect($LOAD_PATH).to include(THIRD_PARTY_DIR)
|
||||||
end
|
end
|
||||||
|
|
||||||
it('should already have unique path') do
|
it('should already have unique paths') do
|
||||||
expect($LOAD_PATH).to match_array($LOAD_PATH.uniq!)
|
expect($LOAD_PATH).to match_array($LOAD_PATH.uniq!)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue