summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-09 13:45:11 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-09 13:45:45 +0200
commitc3d44a334400029b935e6efc195342de2f1d714d (patch)
tree37877d3908ed11f193b815b1bdd45443c8c2ae57
parentb0a15e19ecd318a044f928521eb4b0e44737f847 (diff)
downloadbundler-uncomment_working_test.tar.gz
This test seems to be passinguncomment_working_test
-rw-r--r--.travis.yml1
-rw-r--r--spec/other/platform_spec.rb24
2 files changed, 13 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml
index 7ed3a6d5cc..55155efe94 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ branches:
- trying
- /.+-dev$/
- /.+-stable$/
+ - uncomment_working_test
cache:
directories:
diff --git a/spec/other/platform_spec.rb b/spec/other/platform_spec.rb
index b61a3f1b03..36b555e9e9 100644
--- a/spec/other/platform_spec.rb
+++ b/spec/other/platform_spec.rb
@@ -900,18 +900,18 @@ G
should_be_engine_incorrect
end
- # it "fails when the engine version doesn't match" do
- # simulate_ruby_engine "jruby" do
- # gemfile <<-G
- # gem "rack", "0.9.1"
- #
- # #{engine_version_incorrect}
- # G
- #
- # bundle "exec rackup"
- # should_be_engine_version_incorrect
- # end
- # end
+ it "fails when the engine version doesn't match" do
+ simulate_ruby_engine "jruby" do
+ gemfile <<-G
+ gem "rack", "0.9.1"
+
+ #{engine_version_incorrect}
+ G
+
+ bundle "exec rackup"
+ should_be_engine_version_incorrect
+ end
+ end
it "fails when patchlevel doesn't match" do
gemfile <<-G