# This file is generated by FWToolkit and is covered by the license at # require 'fwtoolkit/test/model_helper' Given /^the app is (online|offline)$/ do |val| online = (val.eql? "online") fwt_app_exec("setRKObjectManagerIsOnline:", online) sleep 5 end