summaryrefslogtreecommitdiff
path: root/spec/commands/exec_spec.rb
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-01-10 13:55:24 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-01-10 13:55:24 +0900
commit8274d82f69a9e57128f38eaea7a171ac1e5b2605 (patch)
tree1adbea462794ee9d9f09a7e7d593fb60bea967d2 /spec/commands/exec_spec.rb
parent20839c0bddbc331b9cb87f7caef21cd3776940d2 (diff)
downloadbundler-typo-fix.tar.gz
typofix by misspelltypo-fix
Diffstat (limited to 'spec/commands/exec_spec.rb')
-rw-r--r--spec/commands/exec_spec.rb2
1 files changed, 1 insertions, 1 deletions
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