-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused
axe-capybara
dependency
The contents of the [axe-capybara.rb][] file aren't necessary for `capybara_accessibility_audit`'s pattern of usage. This also sheds an indirect and unstated `selenium-webdrivers` dependency. [axe-capybara.rb]: https://github.com/dequelabs/axe-core-gems/blob/develop/packages/axe-core-capybara/lib/axe-capybara.rb
- Loading branch information
1 parent
5bea0cd
commit 425f2ac
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
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
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
1 change: 0 additions & 1 deletion
1
lib/capybara_accessibility_audit/audit_system_test_extensions.rb
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
require "axe-capybara" | ||
require "axe/matchers/be_axe_clean" | ||
|
||
module CapybaraAccessibilityAudit | ||
|