Skip to content

Instantly share code, notes, and snippets.

@karlosmid
Created March 7, 2015 10:05
Show Gist options
  • Save karlosmid/eabce9d0f87d021f69a0 to your computer and use it in GitHub Desktop.
Save karlosmid/eabce9d0f87d021f69a0 to your computer and use it in GitHub Desktop.
where to put rspec matchers in cucumber project
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