Sha256: e30e1e52dfeded74748c9d124403150452ec5358b56e0129c69266d790f91806

Contents?: true

Size: 380 Bytes

Versions: 9

Compression:

Stored size: 380 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

Version Path
bubble-wrap-1.9.7 spec/motion/core/osx/app_spec.rb
bubble-wrap-1.9.6 spec/motion/core/osx/app_spec.rb
bubble-wrap-1.9.5 spec/motion/core/osx/app_spec.rb
bubble-wrap-1.9.4 spec/motion/core/osx/app_spec.rb
bubble-wrap-1.9.3 spec/motion/core/osx/app_spec.rb
bubble-wrap-1.9.2 spec/motion/core/osx/app_spec.rb
bubble-wrap-1.9.1 spec/motion/core/osx/app_spec.rb
bubble-wrap-1.9.0 spec/motion/core/osx/app_spec.rb
bubble-wrap-1.8.0 spec/motion/core/osx/app_spec.rb