summaryrefslogtreecommitdiff
path: root/spec/other/platform_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/other/platform_spec.rb')
-rw-r--r--spec/other/platform_spec.rb8
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