axe-core-api 2.6.1.pre.78a535c → 4.0.0.pre.4913ee6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75de36e274a5fc2dc90b4c979064f6aa9af81bc3c6220d1d652029e3e5d7c791
4
- data.tar.gz: 82b8d099b45f4b220d267aced5a79e21c86455b01fa86cbaa7888427ca776522
3
+ metadata.gz: a7bf969deaaec911e01c733dd4c4edb93a2bec6544863cb482b395ad37701382
4
+ data.tar.gz: 76091eb028ced9f6b2328ccae6b79146e49bf684d2aeb715965330d4885a5348
5
5
  SHA512:
6
- metadata.gz: afd53d87908e3957eb69885e5990598794e14ed84ff52936e32d06dbda22de06beb228b035d905e0849a66e2c64f5d975430fabdf9a5b95071f52de1bf6d8319
7
- data.tar.gz: 544dba0908b3f30f744fa0377e89795b978ec822b47866b01fe3598fd0f18176139c2a33d77c1e8aa403f0085e9c62c7e3b5d899bfd17fb5b3fcd62088eda11c
6
+ metadata.gz: 4a480951f467090958341c611e3db1d2d10d49019526ab978908d0234d0feeec557c37822cb25d987f408c1eab4600b9b2cf1eb6d1ee1bb329f2a5a25e440acc
7
+ data.tar.gz: 206afa603a6d0a6618170f19b5854c7ec311b9d4fd75b9c267e4c0e9a85ad2ee7ea10698f96e89d16fc0a8f154ff676ecdf5abddca9110facf36b1e14fa45aa2
@@ -1,11 +1,11 @@
1
- require_relative "./matchers/be_accessible"
1
+ require_relative "./matchers/be_axe_clean"
2
2
  require_relative "./expectation"
3
3
 
4
4
  module Axe
5
5
  module DSL
6
6
  module_function
7
7
 
8
- # get the be_accessible matcher method
8
+ # get the be_axe_clean matcher method
9
9
  extend Matchers
10
10
 
11
11
  def expect(page)
@@ -6,7 +6,7 @@ require_relative "../api/run"
6
6
 
7
7
  module Axe
8
8
  module Matchers
9
- class BeAccessible
9
+ class BeAxeClean
10
10
  extend Forwardable
11
11
  def_delegators :@audit, :failure_message, :failure_message_when_negated
12
12
  def_delegators :@run, :within, :excluding, :according_to, :checking, :checking_only, :skipping, :with_options
@@ -29,8 +29,8 @@ module Axe
29
29
 
30
30
  module_function
31
31
 
32
- def be_accessible
33
- BeAccessible.new
32
+ def be_axe_clean
33
+ BeAxeClean.new
34
34
  end
35
35
  end
36
36
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: axe-core-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.1.pre.78a535c
4
+ version: 4.0.0.pre.4913ee6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Deque Systems
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-25 00:00:00.000000000 Z
11
+ date: 2020-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dumb_delegator
@@ -163,7 +163,7 @@ files:
163
163
  - lib/axe/dsl.rb
164
164
  - lib/axe/expectation.rb
165
165
  - lib/axe/finds_page.rb
166
- - lib/axe/matchers/be_accessible.rb
166
+ - lib/axe/matchers/be_axe_clean.rb
167
167
  - lib/chain_mail/chainable.rb
168
168
  - lib/hooks.rb
169
169
  - lib/loader.rb