Sha256: 297f896e4928a0bb4ab94c24c8da990b5e3161e0a8833ae66df16602878753af
Contents?: true
Size: 164 Bytes
Versions: 2
Compression:
Stored size: 164 Bytes
Contents
describe "Application 'Walt'" 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 | spec/main_spec.rb |
walt-0.1 | spec/main_spec.rb |