Created
March 7, 2015 10:05
-
-
Save karlosmid/eabce9d0f87d021f69a0 to your computer and use it in GitHub Desktop.
where to put rspec matchers in cucumber project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Then /^login box is visible$/ do | |
expect(on(LoginPage).is_login_box_visible).to be_truthy | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment