From 1dbc4c3feed1ab4774e5a122b1af9ed5b533062a Mon Sep 17 00:00:00 2001 From: Yosuke Kabuto Date: Sat, 2 Jan 2016 16:53:25 +0900 Subject: [PATCH] Make word "path" plural --- 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