cucumber-rapid7 0.0.1.beta.4 → 0.0.1.beta.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cucumber/rapid7/hooks/ui.rb +6 -3
- data/lib/cucumber/rapid7/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 426f0af19cdf96e556f3b7ca150ba46060c54e3a
|
4
|
+
data.tar.gz: 26b773ef9dd41638a886971b4bc8a8079bcf7597
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7eee95664faf59e7a624736632fa1e5e648076bef8c85b84d15949b5ca6538608cf888b5c0d38cd7751bef342b66c067c0eb06f99f5d928c42488a4acd418e0
|
7
|
+
data.tar.gz: d68dbba4b53278d5feb08abf3a3d758590993d4e0dcf399fb0832dc73b68233f38211d54f29c77b3742d7363162a228bee873563477077099fb1139502df9988
|
@@ -1,8 +1,11 @@
|
|
1
|
-
|
1
|
+
# FIXME
|
2
|
+
module ShittyHack
|
2
3
|
require 'cucumber/rapid7/auxiliary'
|
3
|
-
|
4
|
+
extend Cucumber::Rapid7::Auxiliary
|
5
|
+
end
|
4
6
|
|
5
|
-
|
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."
|