auxesis-cucumber-nagios 0.3.7 → 0.3.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,6 +30,10 @@ When /^I choose "(.*)"$/ do |field|
30
30
  choose(field)
31
31
  end
32
32
 
33
+ When /^I submit the form named "(.*)"$/ do |name|
34
+ submit_form(name)
35
+ end
36
+
33
37
  When /^I attach the file at "(.*)" to "(.*)" $/ do |path, field|
34
38
  attach_file(field, path)
35
39
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auxesis-cucumber-nagios
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lindsay Holmwood