Sha256: 4a39507a135ed76357cab25468aa66fce654838e5cbaf0cf6c2bab43b19523f1

Contents?: true

Size: 480 Bytes

Versions: 30

Compression:

Stored size: 480 Bytes

Contents

require 'pickle/world'
require 'fwtoolkit/test/model_helper'

Given /^I reset the iOS simulator$/ do
  fwt_simulator_reset_data fwt_ios_sdk
end

Given /^I seed the (iPhone|iPad) simulator with #{capture_model}$/ do |device, capture_model|
  launch_app fwt_app_path, fwt_ios_sdk, device.downcase
  fwt_seed_app_with_pickle_models [capture_model]
end

Given /^I launch the app in the (iPhone|iPad) simulator$/ do |device|
  launch_app fwt_app_path, fwt_ios_sdk, device.downcase
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
fwtoolkit-1.0.6 templates/default_project/frank/%project_name%/Frank/features/step_definitions/launch_steps.rb
fwtoolkit-1.0.5 templates/default_project/frank/%project_name%/Frank/features/step_definitions/launch_steps.rb
fwtoolkit-1.0.4 templates/default_project/frank/%project_name%/Frank/features/step_definitions/launch_steps.rb
fwtoolkit-1.0.3 templates/default_project/frank/%project_name%/Frank/features/step_definitions/launch_steps.rb
fwtoolkit-1.0.2 templates/default_project/frank/%project_name%/Frank/features/step_definitions/launch_steps.rb
fwtoolkit-0.9.3 templates/cucumber/features/step_definitions/launch_steps.rb
fwtoolkit-1.0.1 templates/default_project/frank/%project_name%/Frank/features/step_definitions/launch_steps.rb
fwtoolkit-0.9.2 templates/cucumber/features/step_definitions/launch_steps.rb
fwtoolkit-0.9.1 templates/cucumber/features/step_definitions/launch_steps.rb
fwtoolkit-0.9.0 templates/cucumber/features/step_definitions/launch_steps.rb
fwtoolkit-0.8.7 templates/cucumber/features/step_definitions/launch_steps.rb
fwtoolkit-0.8.6 templates/cucumber/features/step_definitions/launch_steps.rb
fwtoolkit-0.8.5 templates/cucumber/features/step_definitions/launch_steps.rb
fwtoolkit-0.8.4 templates/cucumber/features/step_definitions/launch_steps.rb
fwtoolkit-0.8.3 templates/cucumber/features/step_definitions/launch_steps.rb
fwtoolkit-0.8.2 templates/cucumber/features/step_definitions/launch_steps.rb
fwtoolkit-0.8.1 templates/cucumber/features/step_definitions/launch_steps.rb
fwtoolkit-0.8.0 templates/cucumber/features/step_definitions/launch_steps.rb
fwtoolkit-0.7.3 templates/cucumber/features/step_definitions/launch_steps.rb
fwtoolkit-0.7.2 templates/cucumber/features/step_definitions/launch_steps.rb