cucumber_spinner 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
data/cucumber_spinner.gemspec
CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
6
6
|
gem.name = %q{cucumber_spinner}
|
7
7
|
gem.authors = ["Tobias Kraze"]
|
8
8
|
gem.description = %q{Formatter for cucumber like the RSpecSpinner for RSpec. Shows a progress bar on the command line, prints failing scenarios immediately and can automatically show a browser dump of the error page.}
|
9
|
-
gem.summary =
|
9
|
+
gem.summary = gem.description
|
10
10
|
gem.email = %q{tobias.kraze@makandra.de}
|
11
11
|
|
12
12
|
gem.files = `git ls-files`.split($\)
|
@@ -26,7 +26,7 @@ module CucumberSpinner
|
|
26
26
|
@progress_bar = RTUI::Progress.new("#{@total} steps", @total, {:out => @coloured_io})
|
27
27
|
end
|
28
28
|
|
29
|
-
def after_step_result(
|
29
|
+
def after_step_result(*)
|
30
30
|
increment
|
31
31
|
|
32
32
|
case status
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cucumber_spinner
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 4
|
10
|
+
version: 0.2.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Tobias Kraze
|
@@ -15,7 +15,8 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-10-
|
18
|
+
date: 2012-10-31 00:00:00 +01:00
|
19
|
+
default_executable:
|
19
20
|
dependencies:
|
20
21
|
- !ruby/object:Gem::Dependency
|
21
22
|
name: rtui
|
@@ -54,6 +55,7 @@ files:
|
|
54
55
|
- lib/cucumber_spinner/progress_bar_formatter.rb
|
55
56
|
- lib/cucumber_spinner/time_judge.rb
|
56
57
|
- lib/cucumber_spinner/version.rb
|
58
|
+
has_rdoc: true
|
57
59
|
homepage:
|
58
60
|
licenses: []
|
59
61
|
|
@@ -83,10 +85,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
83
85
|
requirements: []
|
84
86
|
|
85
87
|
rubyforge_project:
|
86
|
-
rubygems_version: 1.
|
88
|
+
rubygems_version: 1.3.9.3
|
87
89
|
signing_key:
|
88
90
|
specification_version: 3
|
89
|
-
summary:
|
91
|
+
summary: Formatter for cucumber like the RSpecSpinner for RSpec. Shows a progress bar on the command line, prints failing scenarios immediately and can automatically show a browser dump of the error page.
|
90
92
|
test_files: []
|
91
93
|
|
92
|
-
has_rdoc:
|