cucumber-rapid7 0.0.1.beta.4 → 0.0.1.beta.5

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c9294b01e3bb4c4cfa57f7b13f5630ac1279fe6e
4
- data.tar.gz: cd9fd30b75ed802265e4b551e0ff0731fb21b94f
3
+ metadata.gz: 426f0af19cdf96e556f3b7ca150ba46060c54e3a
4
+ data.tar.gz: 26b773ef9dd41638a886971b4bc8a8079bcf7597
5
5
  SHA512:
6
- metadata.gz: d2132ea267da2e7b0bf6b91a156647fb975828f2e000536771e4ceac453aa916faadd96dc1143115d634f96c3b0fbb173bcbcafa40a177697fc5c430dd97f6da
7
- data.tar.gz: f0e9ef78b20cbf1ee942b9a0ba6e233c6126f331d0035c4f09b1f801d2abe1add811cfb9543c1e479a95f88b625c347f08ac0d14316d9e26045007841d47673d
6
+ metadata.gz: d7eee95664faf59e7a624736632fa1e5e648076bef8c85b84d15949b5ca6538608cf888b5c0d38cd7751bef342b66c067c0eb06f99f5d928c42488a4acd418e0
7
+ data.tar.gz: d68dbba4b53278d5feb08abf3a3d758590993d4e0dcf399fb0832dc73b68233f38211d54f29c77b3742d7363162a228bee873563477077099fb1139502df9988
@@ -1,8 +1,11 @@
1
- After '@ui', '@wip' do |scenario|
1
+ # FIXME
2
+ module ShittyHack
2
3
  require 'cucumber/rapid7/auxiliary'
3
- include Cucumber::Rapid7::Auxiliary
4
+ extend Cucumber::Rapid7::Auxiliary
5
+ end
4
6
 
5
- scenario_name = find_scenario_name(scenario)
7
+ After '@ui', '@wip' do |scenario|
8
+ scenario_name = ShittyHack.find_scenario_name(scenario)
6
9
 
7
10
  unless ENV['CI']
8
11
  $stdout.puts "\a\nPaused on '#{scenario_name}'. Press enter/return to continue to the next test."
@@ -1,5 +1,5 @@
1
1
  module Cucumber
2
2
  module Rapid7
3
- VERSION = '0.0.1.beta.4'
3
+ VERSION = '0.0.1.beta.5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-rapid7
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.beta.4
4
+ version: 0.0.1.beta.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erran Carey