Revert "Revert "Make word "path" plural""
This reverts commit 3a8bc07686
.
This commit is contained in:
parent
3a8bc07686
commit
59e8342469
|
@ -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