From 3a8bc07686885b23a4ea5de598616ce251a9dbfd Mon Sep 17 00:00:00 2001 From: Yosuke Kabuto Date: Sat, 2 Jan 2016 19:52:36 +0900 Subject: [PATCH] Revert "Make word "path" plural" This reverts commit 1dbc4c3feed1ab4774e5a122b1af9ed5b533062a. --- 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 1ecd45d4b..21d4398ea 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 paths') do + it('should already have unique path') do expect($LOAD_PATH).to match_array($LOAD_PATH.uniq!) end end