mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Merge remote branch 'denro/evaluate_script'
Conflicts: lib/capybara.rb lib/capybara/driver/selenium_driver.rb lib/capybara/dsl.rb spec/session/culerity_session_spec.rb spec/session/selenium_session_spec.rb spec/session_spec.rb
This commit is contained in:
commit
d183409d19
14 changed files with 134 additions and 84 deletions
|
|
@ -4,7 +4,7 @@ describe Capybara::Driver::Selenium do
|
|||
before do
|
||||
@driver = Capybara::Driver::Selenium.new(TestApp)
|
||||
end
|
||||
|
||||
|
||||
it_should_behave_like "driver"
|
||||
it_should_behave_like "driver with javascript support"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue