Created
February 9, 2018 17:15
-
-
Save bengolder/157a208f58948f3da3755cb1fca08be6 to your computer and use it in GitHub Desktop.
Axe matchers example
This file contains 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
# Gemfile | |
group :test do | |
gem "axe-matchers" | |
end | |
# feature spec | |
RSpec.feature "Medicaid app" do | |
scenario "with maximum info", :js do | |
on_pages "Introduction" do | |
expect(page).to be_accessible | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment