bbc-a11y 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/features/step_definitions/page_steps.rb +1 -1
- data/lib/bbc/a11y/version +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 57852d504ecfb1f43c79ffd2aa4f351cff773313
|
4
|
+
data.tar.gz: 2c3e3cb185c52bda5e4eea0dc7cb85e7f39dddad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c804515aa01568b8c608f70ae4545d55e7bc110895f13beecd73aa97a0f00d42dc7b7badef4468260284c6635894b621c5722a8b085c153d9133774b79bdd27
|
7
|
+
data.tar.gz: 99a9e4ef75d72731b778b0cad73e1d5a24b6534f819ead7a537363a9dde035f61d7e73161e961a8470ca79dfc093d189d0e23e35b46f4624f223ace610603625
|
@@ -14,7 +14,7 @@ end
|
|
14
14
|
Then(/^the title should describe the primary content of the document$/) do
|
15
15
|
begin
|
16
16
|
page.must_have_title_that_contains_h1_text
|
17
|
-
rescue => error
|
17
|
+
rescue Exception => error
|
18
18
|
assert_title_describes_primary_content_of_document(browser.title, browser)
|
19
19
|
end
|
20
20
|
end
|
data/lib/bbc/a11y/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.5
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bbc-a11y
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Wynne
|
@@ -240,7 +240,7 @@ rubyforge_project:
|
|
240
240
|
rubygems_version: 2.4.5
|
241
241
|
signing_key:
|
242
242
|
specification_version: 4
|
243
|
-
summary: bbc-a11y-0.0.
|
243
|
+
summary: bbc-a11y-0.0.5
|
244
244
|
test_files:
|
245
245
|
- features/01_core-purpose.md
|
246
246
|
- features/02_validation.feature
|