diff options
author | Terence Lee <hone02@gmail.com> | 2013-08-19 19:15:57 -0700 |
---|---|---|
committer | Terence Lee <hone02@gmail.com> | 2013-08-24 15:15:28 -0700 |
commit | 47964a138d964af49e0834806a9ef7930f322d0c (patch) | |
tree | a7241f7121cd85fb52e1b66234df235d49d725e4 /spec/other | |
parent | d66ac64f3a7d326cf19532e5898aa6fe3a22a332 (diff) | |
download | bundler-47964a138d964af49e0834806a9ef7930f322d0c.tar.gz |
whitespace
Diffstat (limited to 'spec/other')
-rw-r--r-- | spec/other/platform_spec.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/other/platform_spec.rb b/spec/other/platform_spec.rb index 4efac30e8e..127bf904f9 100644 --- a/spec/other/platform_spec.rb +++ b/spec/other/platform_spec.rb @@ -578,9 +578,9 @@ G it "fails if the engine version doesn't match" do simulate_ruby_engine "jruby" do gemfile <<-G - gem 'rack' + gem 'rack' - #{engine_version_incorrect} + #{engine_version_incorrect} G bundle :cache, :exitstatus => true @@ -647,9 +647,9 @@ G it "fails if the engine version doesn't match" do simulate_ruby_engine "jruby" do gemfile <<-G - gem 'rack' + gem 'rack' - #{engine_version_incorrect} + #{engine_version_incorrect} G bundle :pack, :exitstatus => true |