mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Small format tweak
This commit is contained in:
parent
4c29fd9581
commit
c6f2f3f7b2
1 changed files with 1 additions and 1 deletions
|
@ -4,8 +4,8 @@ require 'nokogiri'
|
|||
|
||||
shared_examples_for "session with javascript support" do
|
||||
describe "#evaluate_script" do
|
||||
before{ @session.visit('/with_js') }
|
||||
it "should return the evaluated script" do
|
||||
@session.visit('/with_js')
|
||||
@session.evaluate_script("1+3").should == 4
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue