diff options
author | Andre Arko <andre@arko.net> | 2012-11-17 14:35:56 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2012-11-17 14:36:01 -0800 |
commit | c5b98fe0c694dee1ce56e2c501bcdea67451dddd (patch) | |
tree | 43a2095fb0eb6040b1953a2af5a9adab68d2ae21 /spec/other/platform_spec.rb | |
parent | 0a9cfbc48b63cf7d210c88226ed9cbdf745028b7 (diff) | |
download | bundler-c5b98fe0c694dee1ce56e2c501bcdea67451dddd.tar.gz |
update merged specs to the new rspec expect syntax
Diffstat (limited to 'spec/other/platform_spec.rb')
-rw-r--r-- | spec/other/platform_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/other/platform_spec.rb b/spec/other/platform_spec.rb index e667ee37c3..f0329a53e9 100644 --- a/spec/other/platform_spec.rb +++ b/spec/other/platform_spec.rb @@ -169,7 +169,7 @@ G bundle "platform --ruby" puts err - out.should eq("No ruby version specified") + expect(out).to eq("No ruby version specified") end end |