Sha256: a5b887de15bd22a6d4ac9496a69bd77ad22bcab27c1cb7e0d11e52e4f8696be0
Contents?: true
Size: 378 Bytes
Versions: 9
Compression:
Stored size: 378 Bytes
Contents
describe BubbleWrap::App do describe "OS X" do describe '.delegate' do it 'returns a TestSuiteDelegate' do App.delegate.should == NSApplication.sharedApplication.delegate end end describe '.shared' do it 'returns UIApplication.sharedApplication' do App.shared.should == NSApplication.sharedApplication end end end end
Version data entries
9 entries across 9 versions & 1 rubygems