Sha256: 3362edd2c31e7f679b5f5b8b8e4f9ca1be7c895cc90faa5b7b8cc9c72c4c6059
Contents?: true
Size: 168 Bytes
Versions: 2
Compression:
Stored size: 168 Bytes
Contents
describe "Application 'Bouncing'" do before do @app = UIApplication.sharedApplication end it "has one window" do @app.windows.size.should == 1 end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
walt-0.1.2 | examples/Bouncing/spec/main_spec.rb |
walt-0.1 | examples/Bouncing/spec/main_spec.rb |