Skip to content

Instantly share code, notes, and snippets.

@yukas
Created May 18, 2016 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yukas/0528da4583c0ccf0497278b2f3cf732e to your computer and use it in GitHub Desktop.
Save yukas/0528da4583c0ccf0497278b2f3cf732e to your computer and use it in GitHub Desktop.
RSpec::Matchers.define :login_successfully do
match do |login_page|
expect(login_page.page).to have_content "Successfully logged in."
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment