From 8274d82f69a9e57128f38eaea7a171ac1e5b2605 Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi Date: Wed, 10 Jan 2018 13:55:24 +0900 Subject: typofix by misspell --- spec/commands/exec_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/commands/exec_spec.rb') diff --git a/spec/commands/exec_spec.rb b/spec/commands/exec_spec.rb index af88f3f043..0bda2504de 100644 --- a/spec/commands/exec_spec.rb +++ b/spec/commands/exec_spec.rb @@ -784,7 +784,7 @@ __FILE__: #{path.to_s.inspect} expect(bundle!("exec #{file}", :artifice => nil)).to eq(expected) expect(bundle!("exec bundle exec #{file}", :artifice => nil)).to eq(expected) expect(bundle!("exec ruby #{file}", :artifice => nil)).to eq(expected) - # Ignore expectaion for default bundler gem conflict. + # Ignore expectation for default bundler gem conflict. unless ENV["BUNDLER_SPEC_SUB_VERSION"] expect(run!(file.read, :no_lib => true, :artifice => nil)).to eq(expected) end -- cgit v1.2.1