gametel 0.4 → 0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,7 @@ module Gametel
9
9
  device.id_from_name(id, :target => 'Brazenhead', :variable => '@@view_id@@')
10
10
  device.get_view('@@view_id@@', :target => 'Robotium')
11
11
  device.get_selected_item
12
+ device.to_string
12
13
  end
13
14
  end
14
15
 
@@ -1,3 +1,3 @@
1
1
  module Gametel
2
- VERSION = "0.4"
2
+ VERSION = "0.5"
3
3
  end
@@ -158,6 +158,7 @@ describe Gametel::Accessors do
158
158
  accumulator.should_receive(:id_from_name)
159
159
  accumulator.should_receive(:get_view)
160
160
  accumulator.should_receive(:get_selected_item)
161
+ accumulator.should_receive(:to_string)
161
162
  result.should_receive(:body).and_return('the text value')
162
163
  screen.spinner_id.should eq('the text value')
163
164
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gametel
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.4'
4
+ version: '0.5'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -140,18 +140,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
140
140
  - - ! '>='
141
141
  - !ruby/object:Gem::Version
142
142
  version: '0'
143
- segments:
144
- - 0
145
- hash: 1166424021051271829
146
143
  required_rubygems_version: !ruby/object:Gem::Requirement
147
144
  none: false
148
145
  requirements:
149
146
  - - ! '>='
150
147
  - !ruby/object:Gem::Version
151
148
  version: '0'
152
- segments:
153
- - 0
154
- hash: 1166424021051271829
155
149
  requirements: []
156
150
  rubyforge_project:
157
151
  rubygems_version: 1.8.24