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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- N2Q2NTllZDZmNDE3MGJjZjBkOTQzNWU1YzBiODQ0Y2M1MWQ3MTVkZQ==
4
+ MzUyNjhmZGVjZGJhNzlkZmU2MDYwOTUwNTY5N2MzYTNkYmVkZWZiZQ==
5
5
  data.tar.gz: !binary |-
6
- MjlhMmU4ZTA5NmU1YTZjZTY2YjIyYjY5MzMyYTNmMjg1YzgwYTJjNg==
6
+ N2E5YTU2Y2RiMzliMzQwZGE4NjAxNTNiY2YyMTMxMDY0NzhlOGYxNg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MDEyYTI5MWUzYTdlYTU2MmM2NDRkMGYzMmMyNzU5YzQxYzg4ZWZkNDUyNzI2
10
- MmJiYjM2OWQ1MmZjN2NkYTQyZmM2NjA3YzE2ODI1MGIzYWVlYjdkYjI3MTk0
11
- MTU0YTkxNTFjOTA3ZjIzZTViY2QwZWJkN2Q0MzFmZjAyMzJjYTI=
9
+ NDE4ZWNmY2VkZTBiODQyMWYwMTE4ZDRhNjQ0NDJmODljZTliMWEzZDM1Zjgx
10
+ ZTQ4Y2ZjZDc4OWI3ZWMwOGUxNTM0ZjcyNWMyNzRlYjEzYTI3NTE4Y2UwY2Jh
11
+ MTY0MzQzOThiZTRmMzIzYjlhMzU1NDEzZjhlMWQzM2FmYmYyNjY=
12
12
  data.tar.gz: !binary |-
13
- MmZlZDA4Njg5YWJmY2M1NDMxYzc3Y2M2YjRiOWYyMWRiNmM2NDY1NDcyMmQ0
14
- YTRjZTIwYWM4Y2Q2ZjEzMDRmMzAwMjE3MjIxZDVlOWI2NTFiMDI2MmQzZjY1
15
- NjE5YmY4M2ExMWUwNjg5ZjUyYjJlYzA5ZTQ4NTU5MzEyMjljNjQ=
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
- == Version 1.10.5
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
- acceptance_config = acceptance_config_file ? HashWithIndifferentAccess.new(YAML.load_file(acceptance_config_file)) : {}
24
- acceptance_test.configure(acceptance_config)
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 acceptance_config
27
+ yield acceptance_test.config
28
28
  end
29
29
 
30
30
  RSpec.configure do |config|
@@ -1,3 +1,3 @@
1
1
  class AcceptanceTest
2
- VERSION = "1.10.10"
2
+ VERSION = "1.10.11"
3
3
  end
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.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-04 00:00:00.000000000 Z
11
+ date: 2015-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec