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