axe-core-rspec 4.3.1.pre.8005df2 → 4.3.2.pre.17fb7c9

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d789e799cb6bf62742383928ea463e27a629acfdafb559077325d9c96beb58a
4
- data.tar.gz: 71ea6c553335eec8701a5f1499e3e28977263809ff7e7a6561222e17049b4a21
3
+ metadata.gz: b28b461c8e94c0affe887bc54426fbb0cbe505a88f0bd1d352489bc16accba0b
4
+ data.tar.gz: 2cadc3b5e5beba9846b45e78ff1715c6d1f477f2592382e62d0204c40de8c577
5
5
  SHA512:
6
- metadata.gz: 107568c33245192a01b772851942f8625aea0fbf88ce6764f50e5a5a1db8805f99f1aef8edf11d38ea9be2b65687813646710975f58bdb700472c4b8225a3b94
7
- data.tar.gz: 9d39b98be0d4a5cd6f035ddf6c17b7209dfac289d28969cd978a84690ce7202a24300593e3e994bec0427581f3ea825c04abe9ca6d699629603259ca493fd596
6
+ metadata.gz: 6d6e9b42b610a745b262ae7e3c53e764adf78096485df3fa377fda92c6bd382a6891e60f4cb644c990a5c9d31eba172be836a87e7949e7090d623f90caef67c3
7
+ data.tar.gz: 7f46d870c1414b6768ccfb089e91e251db3871c5753760da0784fc2f8d94451304a568fe471bd7ce31d9be24ca6a1d63ec5b27b29ea47a8ac2306f4c168612c1
data/README.md CHANGED
@@ -189,11 +189,11 @@ All of the described clauses may be mixed and matched with method chaining. Belo
189
189
  ```rb
190
190
  expect(page).to be_axe_clean.within('.main', '.header').excluding('.footer')
191
191
 
192
- expect(page).to be_axe_clean.excluding('#sidebar').according_to(:wcag2a, :wcag2aa).skipping(:color-contrast)
192
+ expect(page).to be_axe_clean.excluding('#sidebar').according_to(:wcag2a, :wcag2aa).skipping('color-contrast')
193
193
 
194
- expect(page).to be_axe_clean.within('.main').checking_only :document-title, :label
194
+ expect(page).to be_axe_clean.within('.main').checking_only 'document-title', :label
195
195
 
196
- expect(page).to be_axe_clean.according_to(:best-practice).checking(:aria-roles, :definition-list)
196
+ expect(page).to be_axe_clean.according_to(:best-practice).checking(:aria-roles, 'definition-list')
197
197
  ```
198
198
 
199
199
  [context-param]: https://github.com/dequelabs/axe-core/blob/master/doc/API.md#context-parameter
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: axe-core-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.1.pre.8005df2
4
+ version: 4.3.2.pre.17fb7c9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Deque Systems
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-22 00:00:00.000000000 Z
11
+ date: 2021-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dumb_delegator