diff options
author | Koichi ITO <koic.ito@gmail.com> | 2017-08-15 16:24:08 +0900 |
---|---|---|
committer | Koichi ITO <koic.ito@gmail.com> | 2017-08-15 16:24:08 +0900 |
commit | 269d257063720f21d287084a96c7a357f16973f3 (patch) | |
tree | 06bb34d27c98c09adc176f1ea7412fa39a56004b /spec/bundler/shared_helpers_spec.rb | |
parent | a41379c5988a97716113f090bf972a71ef19b081 (diff) | |
download | bundler-269d257063720f21d287084a96c7a357f16973f3.tar.gz |
Fix a typos
Diffstat (limited to 'spec/bundler/shared_helpers_spec.rb')
-rw-r--r-- | spec/bundler/shared_helpers_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/shared_helpers_spec.rb b/spec/bundler/shared_helpers_spec.rb index a04633568d..66aaf2cf82 100644 --- a/spec/bundler/shared_helpers_spec.rb +++ b/spec/bundler/shared_helpers_spec.rb @@ -261,7 +261,7 @@ RSpec.describe Bundler::SharedHelpers do subject.set_bundle_environment end - it "exits if bundle path contains the path seperator" do + it "exits if bundle path contains the path separator" do stub_const("File::PATH_SEPARATOR", ":".freeze) allow(Bundler).to receive(:bundle_path) { Pathname.new("so:me/dir/bin") } expect { subject.send(:validate_bundle_path) }.to raise_error( |