Sha256: a508ca8c13344d2369b1082a624b87c7efab6869054ad35e61fc568fb6582cbd

Contents?: true

Size: 319 Bytes

Versions: 18

Compression:

Stored size: 319 Bytes

Contents

describe BubbleWrap::Device do

  describe '.screen' do
    it 'return BubbleWrap::Screen' do
      BW::Device.screen.should == BW::Device::Screen
    end
  end

  describe '.retina?' do
    it 'delegates to BubbleWrap::Screen.retina?' do
      BW::Device.retina?.should == BW::Device::Screen.retina?
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
bubble-wrap-1.9.7 spec/motion/core/device_spec.rb
bubble-wrap-1.9.6 spec/motion/core/device_spec.rb
bubble-wrap-1.9.5 spec/motion/core/device_spec.rb
bubble-wrap-1.9.4 spec/motion/core/device_spec.rb
bubble-wrap-1.9.3 spec/motion/core/device_spec.rb
bubble-wrap-1.9.2 spec/motion/core/device_spec.rb
bubble-wrap-1.9.1 spec/motion/core/device_spec.rb
bubble-wrap-1.9.0 spec/motion/core/device_spec.rb
bubble-wrap-1.8.0 spec/motion/core/device_spec.rb
bubble-wrap-1.7.1 spec/motion/core/device_spec.rb
bubble-wrap-1.7.0 spec/motion/core/device_spec.rb
bubble-wrap-1.6.0 spec/motion/core/device_spec.rb
bubble-wrap-1.6.0.rc1 spec/motion/core/device_spec.rb
bubble-wrap-1.5.0 spec/motion/core/device_spec.rb
bubble-wrap-1.5.0.rc1 spec/motion/core/device_spec.rb
bubble-wrap-1.4.0 spec/motion/core/device_spec.rb
bubble-wrap-1.3.0 spec/motion/core/device_spec.rb
bubble-wrap-1.3.0.osx spec/motion/core/device_spec.rb