acceptance_test 1.10.10 → 1.10.11
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 +2 -25
- data/lib/acceptance_test/acceptance_config.rb +3 -3
- 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
|
+
MzUyNjhmZGVjZGJhNzlkZmU2MDYwOTUwNTY5N2MzYTNkYmVkZWZiZQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
N2E5YTU2Y2RiMzliMzQwZGE4NjAxNTNiY2YyMTMxMDY0NzhlOGYxNg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NDE4ZWNmY2VkZTBiODQyMWYwMTE4ZDRhNjQ0NDJmODljZTliMWEzZDM1Zjgx
|
|
10
|
+
ZTQ4Y2ZjZDc4OWI3ZWMwOGUxNTM0ZjcyNWMyNzRlYjEzYTI3NTE4Y2UwY2Jh
|
|
11
|
+
MTY0MzQzOThiZTRmMzIzYjlhMzU1NDEzZjhlMWQzM2FmYmYyNjY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MWE1NTIwNzBkZDVkNDAzNTFjNzQ1NmNjZDkwNDk1YjAwYmMyMzQwNzdmZmYw
|
|
14
|
+
ZDVmZDU2NDM4M2YxOTA2OGZmYTRjNmEzYWY3ODQ0MTgwMzQwNDA3OTg2ZjZl
|
|
15
|
+
MWU1ZDRlM2IwNmU2ZTMyMGY0MWExYjNjYTY2MzQ2NmM3NDcwZjY=
|
data/CHANGES
CHANGED
|
@@ -293,11 +293,7 @@
|
|
|
293
293
|
|
|
294
294
|
* Adding acceptance_config
|
|
295
295
|
|
|
296
|
-
== Version 1.10.1
|
|
297
|
-
|
|
298
|
-
* Bug fixes
|
|
299
|
-
|
|
300
|
-
== Version 1.10.2
|
|
296
|
+
== Version 1.10.1-1.10.2
|
|
301
297
|
|
|
302
298
|
* Bug fixes
|
|
303
299
|
|
|
@@ -309,26 +305,7 @@
|
|
|
309
305
|
|
|
310
306
|
* Update specs
|
|
311
307
|
|
|
312
|
-
==
|
|
313
|
-
|
|
314
|
-
* Bug fixes
|
|
315
|
-
|
|
316
|
-
== Version 1.10.6
|
|
317
|
-
|
|
318
|
-
* Bug fixes
|
|
319
|
-
|
|
320
|
-
== Version 1.10.7
|
|
321
|
-
|
|
322
|
-
* Bug fixes
|
|
323
|
-
|
|
324
|
-
== Version 1.10.8
|
|
308
|
+
== Versions 1.10.5-1.10.11
|
|
325
309
|
|
|
326
310
|
* Bug fixes
|
|
327
311
|
|
|
328
|
-
== Version 1.10.9
|
|
329
|
-
|
|
330
|
-
* Bug fixes
|
|
331
|
-
|
|
332
|
-
== Version 1.10.10
|
|
333
|
-
|
|
334
|
-
* Bug fixes
|
|
@@ -20,11 +20,11 @@ class AcceptanceConfig
|
|
|
20
20
|
|
|
21
21
|
acceptance_test.enable_external_source data_reader # enable external source for gherkin
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
acceptance_test.configure(
|
|
23
|
+
config = acceptance_config_file ? HashWithIndifferentAccess.new(YAML.load_file(acceptance_config_file)) : {}
|
|
24
|
+
acceptance_test.configure(config)
|
|
25
25
|
|
|
26
26
|
if block_given?
|
|
27
|
-
yield
|
|
27
|
+
yield acceptance_test.config
|
|
28
28
|
end
|
|
29
29
|
|
|
30
30
|
RSpec.configure do |config|
|
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.10.
|
|
4
|
+
version: 1.10.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Shvets
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-03-
|
|
11
|
+
date: 2015-03-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|