From 59e8342469a440ac77ff4097b10c86a609b0c3cd Mon Sep 17 00:00:00 2001 From: Yosuke Kabuto Date: Sat, 2 Jan 2016 20:17:40 +0900 Subject: [PATCH] Revert "Revert "Make word "path" plural"" This reverts commit 3a8bc07686885b23a4ea5de598616ce251a9dbfd. --- spec/spec_helper/load_path_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec_helper/load_path_spec.rb b/spec/spec_helper/load_path_spec.rb index 21d4398ea..1ecd45d4b 100644 --- a/spec/spec_helper/load_path_spec.rb +++ b/spec/spec_helper/load_path_spec.rb @@ -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