Skip to content

Commit

Permalink
Placate ambiguous argument warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sj26 committed Jan 17, 2015
1 parent 021022c commit 927b8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance_spec.rb
Expand Up @@ -111,7 +111,7 @@ def body_element
plain_tab_element.click

iframe_element.displayed?.must_equal true
iframe_element.attribute(:src).must_match /\.plain\Z/
iframe_element.attribute(:src).must_match(/\.plain\Z/)

selenium.switch_to.frame(iframe_element)

Expand Down

0 comments on commit 927b8a1

Please sign in to comment.