calabash-cucumber 0.9.70 → 0.9.72

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,8 +5,8 @@ Feature: Running a test
5
5
 
6
6
  Scenario: Example steps
7
7
  Given I am on the Welcome Screen
8
- When I swipe left
9
- Then I wait until I don't see "Please swipe left"
8
+ Then I swipe left
9
+ And I wait until I don't see "Please swipe left"
10
10
  And take picture
11
11
 
12
12
 
@@ -1,6 +1,6 @@
1
1
  module Calabash
2
2
  module Cucumber
3
- VERSION = "0.9.70"
4
- FRAMEWORK_VERSION = "0.9.70"
3
+ VERSION = "0.9.72"
4
+ FRAMEWORK_VERSION = "0.9.72"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calabash-cucumber
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.70
4
+ version: 0.9.72
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-25 00:00:00.000000000 Z
12
+ date: 2012-06-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cucumber
@@ -138,11 +138,11 @@ files:
138
138
  - features-skeleton/irb_ios5.sh
139
139
  - features-skeleton/my_first.feature
140
140
  - features-skeleton/step_definitions/calabash_steps.rb
141
+ - features-skeleton/step_definitions/my_first_steps.rb
141
142
  - features-skeleton/support/env.rb
142
143
  - features-skeleton/support/hooks.rb
143
144
  - features-skeleton/support/launch.rb
144
145
  - features/step_definitions/calabash_steps.rb
145
- - features/step_definitions/my_first_steps.rb
146
146
  - lib/calabash-cucumber.rb
147
147
  - lib/calabash-cucumber/calabash_steps.rb
148
148
  - lib/calabash-cucumber/color_helper.rb
@@ -245,4 +245,3 @@ specification_version: 3
245
245
  summary: Client for calabash-ios-server for automated functional testing on iOS
246
246
  test_files:
247
247
  - features/step_definitions/calabash_steps.rb
248
- - features/step_definitions/my_first_steps.rb