Sha256: 0a63200eb4524493cede5b713de054b6c87bbf71a57ce81630765b1c6ce71fbe
Contents?: true
Size: 322 Bytes
Versions: 20
Compression:
Stored size: 322 Bytes
Contents
describe MotionPrime::BaseDelegate do before { @subject = BaseDelegate.new } it 'should call on_load on launch' do @subject.mock!(:on_load) do |app, options| app.should.be.kind_of(UIApplication) end @subject.application(UIApplication.sharedApplication, didFinishLaunchingWithOptions: {}) end end
Version data entries
20 entries across 20 versions & 1 rubygems