Sha256: 6a484877bf8e78103aa1dbcd3a2512be3de1a24785a56e77703b2a671ce60da2

Contents?: true

Size: 552 Bytes

Versions: 250

Compression:

Stored size: 552 Bytes

Contents

Then /^I am in "([^\"]*)"$/ do |location|
  set_gps_coordinates_from_location(location)
end

Then /^I am at "([^\"]*)"$/ do |location|
  set_gps_coordinates_from_location(location)
end

Then /^I go to "([^\"]*)"$/ do |location|
  set_gps_coordinates_from_location(location)
end

Then /^I am at ([-+]?[0-9]*\.?[0-9]+), ([-+]?[0-9]*\.?[0-9]+)$/ do |latitude, longitude|
  set_gps_coordinates(latitude, longitude)
end

Then /^I go to ([-+]?[0-9]*\.?[0-9]+), ([-+]?[0-9]*\.?[0-9]+)$/ do |latitude, longitude|
  set_gps_coordinates(latitude, longitude)
end

Version data entries

250 entries across 250 versions & 2 rubygems

Version Path
calabash-android-0.4.9.pre1 lib/calabash-android/steps/location_steps.rb
calabash-android-0.4.8 lib/calabash-android/steps/location_steps.rb
calabash-android-0.4.7.pre10 lib/calabash-android/steps/location_steps.rb
calabash-android-0.4.7.pre9 lib/calabash-android/steps/location_steps.rb
calabash-android-0.4.7.pre8 lib/calabash-android/steps/location_steps.rb
calabash-android-0.4.7.pre7 lib/calabash-android/steps/location_steps.rb
calabash-android-0.4.7.pre6 lib/calabash-android/steps/location_steps.rb
calabash-android-0.4.7.pre4 lib/calabash-android/steps/location_steps.rb
calabash-android-0.4.7.pre3 lib/calabash-android/steps/location_steps.rb
calabash-android-0.4.7.pre2 lib/calabash-android/steps/location_steps.rb
calabash-android-0.4.7.pre1 lib/calabash-android/steps/location_steps.rb
testautoa-0.4.4 lib/calabash-android/steps/location_steps.rb
calabash-android-0.4.6 lib/calabash-android/steps/location_steps.rb
calabash-android-0.4.5 lib/calabash-android/steps/location_steps.rb
calabash-android-0.4.5.pre1 lib/calabash-android/steps/location_steps.rb
testautoa-0.4.3 lib/calabash-android/steps/location_steps.rb
calabash-android-0.4.4 lib/calabash-android/steps/location_steps.rb
calabash-android-0.4.3 lib/calabash-android/steps/location_steps.rb
testautoa-0.4.2.pre1 lib/calabash-android/steps/location_steps.rb
calabash-android-0.4.3.pre8 lib/calabash-android/steps/location_steps.rb