mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
fix test
This commit is contained in:
parent
6a48d07618
commit
6dac198811
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ RSpec.describe Capybara::Session do
|
||||||
|
|
||||||
it "should have return code 0 when running selenium_driver_rspec_success.rb" do
|
it "should have return code 0 when running selenium_driver_rspec_success.rb" do
|
||||||
`rspec spec/fixtures/selenium_driver_rspec_success.rb`
|
`rspec spec/fixtures/selenium_driver_rspec_success.rb`
|
||||||
expect($?.exitstatus).to eq(0
|
expect($?.exitstatus).to eq(0)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue