frank-cucumber 0.5.2 → 0.5.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -190,6 +190,12 @@ application "iPhone Simulator" activate
190
190
  sleep 5 # TODO: replace this with polling for the frank server
191
191
  end
192
192
 
193
+ def quit_simulator
194
+ %x{osascript<<APPLESCRIPT-
195
+ application "iPhone Simulator" quit
196
+ APPLESCRIPT}
197
+ end
198
+
193
199
  #Note this needs to have "Enable access for assistive devices"
194
200
  #chcked in the Universal Access system preferences
195
201
  def simulator_hardware_menu_press( menu_label )
@@ -1,5 +1,5 @@
1
1
  module Frank
2
2
  module Cucumber
3
- VERSION = "0.5.2"
3
+ VERSION = "0.5.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 5
8
8
  - 2
9
- version: 0.5.2
9
+ - 1
10
+ version: 0.5.2.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Pete Hodgson
@@ -15,7 +16,7 @@ autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2011-02-15 00:00:00 -08:00
19
+ date: 2011-02-16 00:00:00 -08:00
19
20
  default_executable:
20
21
  dependencies:
21
22
  - !ruby/object:Gem::Dependency