From c3d44a334400029b935e6efc195342de2f1d714d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 9 Aug 2019 13:45:11 +0200 Subject: This test seems to be passing --- .travis.yml | 1 + spec/other/platform_spec.rb | 24 ++++++++++++------------ 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 -- cgit v1.2.1