From 6dac198811207b131763c464b17b5335399fc533 Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Thu, 1 Sep 2016 12:02:22 -0700 Subject: [PATCH] fix test --- spec/selenium_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/selenium_spec.rb b/spec/selenium_spec.rb index 5d02661d..468e32af 100644 --- a/spec/selenium_spec.rb +++ b/spec/selenium_spec.rb @@ -67,7 +67,7 @@ RSpec.describe Capybara::Session do it "should have return code 0 when running selenium_driver_rspec_success.rb" do `rspec spec/fixtures/selenium_driver_rspec_success.rb` - expect($?.exitstatus).to eq(0 + expect($?.exitstatus).to eq(0) end end