Sha256: 80554ad5f59a14907c75f98011b461d1514f373f51885925c8f5e09b2169355d
Contents?: true
Size: 233 Bytes
Versions: 2
Compression:
Stored size: 233 Bytes
Contents
describe "Application 'Joybox'" do before do @app = NSApplication.sharedApplication end it "has one window" do @app.windows.size.should == 1 end it "has a director" do @app.director.should.not == nil end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
joybox-1.1.1 | spec/motion/joybox-osx/main_spec.rb |
joybox-1.1.0 | spec/motion/joybox-osx/main_spec.rb |