acceptance_test 1.5.2 → 1.5.3
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 +8 -8
- data/CHANGES +5 -1
- data/lib/acceptance_test/acceptance_test.rb +2 -2
- data/lib/acceptance_test/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
M2U3NTJkNjk5MTVlNDQ2Y2RhNTc4ZGE5MmY5Mzk3Nzc2Njc1NTk0Mg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NTNhODgyMjgwZDU3OWVlMjZlNzA1YWFlNTgwZDE3ZmExNmU4YWRhYQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZjhhOGRkOWZkZTcyOTc5YjNhOGFlODgyNmQzNWQxNzRkYTM1MDkyYzI2MThh
|
|
10
|
+
NGU0YjJjMDNlYjA3NmMxM2I1ZDk0OGMwM2Q2OTczZDcxZWQ5ZjI2OGZkZGMx
|
|
11
|
+
MGZkNTkyYmMzOTNiZWQ3YzVjM2FiZGUwYTNhMjkyNDBkZWYxNWY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MTIxNTBlNjBlYmEwYjcxYjRhN2I1YzYzNWYyM2VkNTBjMTUwZjc4ODk5N2Jl
|
|
14
|
+
NjU1MWEzYWJhZDBiYTMwOGM3YjY2NzQ2MTg0NjU5MjYxNGMyNmFlYzQyNzYy
|
|
15
|
+
YmI0ODljM2NmMWVjYmU3MzE3MTg1MTI3NzY5OTk1YzZmZmM5Mjc=
|
data/CHANGES
CHANGED
|
@@ -85,7 +85,7 @@ class AcceptanceTest
|
|
|
85
85
|
acceptance_test = self
|
|
86
86
|
|
|
87
87
|
acceptance_test_lambda = lambda do
|
|
88
|
-
acceptance_test.configure_rspec self
|
|
88
|
+
acceptance_test.configure_rspec self
|
|
89
89
|
end
|
|
90
90
|
|
|
91
91
|
RSpec.shared_context name do
|
|
@@ -144,7 +144,7 @@ class AcceptanceTest
|
|
|
144
144
|
|
|
145
145
|
example.run
|
|
146
146
|
|
|
147
|
-
acceptance_test.after(example.metadata)
|
|
147
|
+
acceptance_test.after(example.metadata, example.exception, page)
|
|
148
148
|
end
|
|
149
149
|
end
|
|
150
150
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: acceptance_test
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Shvets
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-10-
|
|
11
|
+
date: 2014-10-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gemspec_deps_gen
|