Sha256: 25ce12e675d6a16916f85bd3efd7ad4cca078488abd640305b842060f3d7d475
Contents?: true
Size: 257 Bytes
Versions: 46
Compression:
Stored size: 257 Bytes
Contents
# 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
Version data entries
46 entries across 46 versions & 1 rubygems