cuculungwa 0.0.62 → 0.0.63

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cuculungwa.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bc1671d177d4e3290d6a9252228925a9d0b883c2
4
- data.tar.gz: b62353cf774ea497e4b7c57764cb7f3f07956732
3
+ metadata.gz: 563e4e33728263501540748cdc37258e60b057ed
4
+ data.tar.gz: 4663e60cad9cc6c77ad136ab09bd737c9244ad38
5
5
  SHA512:
6
- metadata.gz: 954e0a194229ed379b38b22d973344b0180c4da7c2437d72da191c792eb8a401136622651b6da17f94305230e37cae4a898b76021d5d2336fdeae63a6dd6718e
7
- data.tar.gz: c7878f1e155863dfeea2d824b6f76abaffb8253da7d4bef60e681c5bc2577d89c3b578d93f0ccd77eed0c08cb4248915cf077582c9737135a653b3ed3ef40d99
6
+ metadata.gz: 77a425ae07d3008428c696c04f894db994db6e661132e98ae970e32fedbd7b2eae2551547c543cbbb21700d64553ab2a886847341b0d1b50b78031d27566049d
7
+ data.tar.gz: 00c6375a79004d93de66b58227b5f3e4bd9b4cd2f12f619bf3b39fa621a4a5013928f4e4213c36cfa753c2752add613c9cb7bd971a6bef01f76919e4f449ebd1
data/lib/cuculungwa.rb CHANGED
@@ -64,7 +64,7 @@ Capybara.default_wait_time = config['capybara']['default_wait_time']
64
64
 
65
65
  #Quick finish after first fail
66
66
  After do |scenario|
67
- Cucumber.wants_to_quit = ENV['QUICKEN'] && scenario.failed?
67
+ Cucumber.wants_to_quit = ENV['FAIL_FAST'] && scenario.failed?
68
68
  end
69
69
  World(Capybara)
70
70
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cuculungwa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.62
4
+ version: 0.0.63
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Kaftanski
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2015-08-07 00:00:00.000000000 Z
14
+ date: 2015-08-14 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: aruba