calabash-android 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,6 @@
1
+ 0.0.12:
2
+ Added "I press the enter button" step
3
+
1
4
  0.0.11:
2
5
  Added a small delay after executing cucumber from calabash-android-run
3
6
  to make termination prettier.
@@ -77,6 +77,10 @@ Simulates that the user pressed the menu button.
77
77
 
78
78
  Then /^I press the menu key$/
79
79
 
80
+ Simulates that the user pressed the enter button on the keyboard.
81
+
82
+ Then /^I press the enter button$/ do
83
+
80
84
  Gestures
81
85
  --------
82
86
  To swipe left
@@ -6,6 +6,11 @@ Then /^I press the menu key$/ do
6
6
  performAction('press_menu')
7
7
  end
8
8
 
9
+ Then /^I press the enter button$/ do
10
+ performAction('send_key_enter')
11
+ end
12
+
13
+
9
14
  Then /^I swipe left$/ do
10
15
  performAction('swipe', 'left')
11
16
  end
@@ -1,6 +1,6 @@
1
1
  module Calabash
2
2
  module Android
3
- VERSION = "0.0.11"
4
- FRAMEWORK_VERSION = "0.0.11"
3
+ VERSION = "0.0.12"
4
+ FRAMEWORK_VERSION = "0.0.12"
5
5
  end
6
6
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: calabash-android
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.11
5
+ version: 0.0.12
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jonas Maturana Larsen
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-05-22 00:00:00 -03:00
13
+ date: 2012-05-28 00:00:00 -03:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency