cucumber-nagios 0.8.8 → 0.8.9
Sign up to get free protection for your applications and to get access to all the features.
data/README.md
CHANGED
@@ -94,8 +94,8 @@ your tests will look something like this:
|
|
94
94
|
To search for things
|
95
95
|
|
96
96
|
Scenario: Searching for things
|
97
|
-
|
98
|
-
|
97
|
+
When I go to "http://www.google.com"
|
98
|
+
And I fill in "q" with "wikipedia"
|
99
99
|
And I press "Google Search"
|
100
100
|
Then I should see "www.wikipedia.org"
|
101
101
|
|
data/cucumber-nagios.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{cucumber-nagios}
|
8
|
-
s.version = "0.8.
|
8
|
+
s.version = "0.8.9"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Lindsay Holmwood"]
|
12
|
-
s.date = %q{2011-
|
12
|
+
s.date = %q{2011-02-03}
|
13
13
|
s.default_executable = %q{cucumber-nagios-gen}
|
14
14
|
s.description = %q{cucumber-nagios helps you write high-level behavioural tests for your web applications and Unix infrastructure that can be plugged into Nagios.}
|
15
15
|
s.email = %q{lindsay@holmwood.id.au}
|
@@ -67,6 +67,7 @@ Gem::Specification.new do |s|
|
|
67
67
|
"lib/generators/project/lib/generators/feature/%feature_name%_steps.rb",
|
68
68
|
"man/cucumber-nagios.1.ronn"
|
69
69
|
]
|
70
|
+
s.has_rdoc = false
|
70
71
|
s.homepage = %q{http://cucumber-nagios.org/}
|
71
72
|
s.rdoc_options = ["--charset=UTF-8"]
|
72
73
|
s.require_paths = ["lib"]
|
data/features/using.feature
CHANGED
@@ -36,5 +36,6 @@ Feature: Using features
|
|
36
36
|
Scenario: Multiline output
|
37
37
|
Given a project called "multiline-output" is created and frozen
|
38
38
|
When I generate a new feature called "homepage" for "github.com"
|
39
|
-
|
40
|
-
|
39
|
+
And the "profile" feature on "github.com" checks for something preposterous
|
40
|
+
Then the "profile" feature on "github.com" should not exit cleanly
|
41
|
+
And the "profile" feature on "github" should produce multiline output
|
@@ -63,7 +63,7 @@ documentation[0], however your tests will look something like this:
|
|
63
63
|
To search for things
|
64
64
|
|
65
65
|
Scenario: Searching for things
|
66
|
-
|
66
|
+
When I go to "http://www.google.com"
|
67
67
|
When I fill in "q" with "wikipedia"
|
68
68
|
And I press "Google Search"
|
69
69
|
Then I should see "www.wikipedia.org"
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cucumber-nagios
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 45
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 8
|
9
|
-
-
|
10
|
-
version: 0.8.
|
9
|
+
- 9
|
10
|
+
version: 0.8.9
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Lindsay Holmwood
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-02-03 00:00:00 +11:00
|
19
19
|
default_executable: cucumber-nagios-gen
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -219,7 +219,7 @@ files:
|
|
219
219
|
- lib/generators/project/lib/generators/feature/%feature_name%.feature
|
220
220
|
- lib/generators/project/lib/generators/feature/%feature_name%_steps.rb
|
221
221
|
- man/cucumber-nagios.1.ronn
|
222
|
-
has_rdoc:
|
222
|
+
has_rdoc: false
|
223
223
|
homepage: http://cucumber-nagios.org/
|
224
224
|
licenses: []
|
225
225
|
|