1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
This commit is contained in:
Thomas Walpole 2016-09-01 12:02:22 -07:00
parent 6a48d07618
commit 6dac198811

View file

@ -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