aboutsummaryrefslogtreecommitdiffstats
path: root/spec/other/bundle_ruby_spec.rb
diff options
context:
space:
mode:
authorTad Hosford <tad.hosford@gmail.com>2013-06-25 13:15:05 -0500
committerAndre Arko <andre@arko.net>2013-06-27 11:09:04 -0700
commit82e660a715a051e4b3d2180e08db39fdd25b6e69 (patch)
tree3ea53e5b445df51785ea3d949e166d96ff8fb746 /spec/other/bundle_ruby_spec.rb
parentddd2c83e24863c10b0094941cc0070737864e613 (diff)
downloadbundler-82e660a715a051e4b3d2180e08db39fdd25b6e69.tar.gz
Spelling, grammar, and consistency in spec/other/
Fixes mistake in gems_spec.rb wording Fixes mistakes in git_spec.rb wording Removes empty line at end of class in source_spec.rb Fixes spelling/grammar in other/binstubs.spec mri -> MRI in other/binstubs.spec to be consistent and correct Fixes verb tense agreement in other/check_spec.rb Grammar fixes in other/clean_spec.rb Removes empty line at end of other/exec_spec.rb Removes empty line at end of other/init_spec.rb Removes extra empty lines at beginning and end of spec/other/outdated_spec.rb
Diffstat (limited to 'spec/other/bundle_ruby_spec.rb')
-rw-r--r--spec/other/bundle_ruby_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/other/bundle_ruby_spec.rb b/spec/other/bundle_ruby_spec.rb
index 164a23c6..5bb563a7 100644
--- a/spec/other/bundle_ruby_spec.rb
+++ b/spec/other/bundle_ruby_spec.rb
@@ -83,7 +83,7 @@ describe "bundle_ruby" do
expect(out).to eq("Please define :engine")
end
- it "raises an error if engine version doesn't match ruby version for mri" do
+ it "raises an error if engine version doesn't match ruby version for MRI" do
gemfile <<-G
source "file://#{gem_repo1}"
ruby "1.8.7", :engine => 'ruby', :engine_version => '1.2.4'