mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-02 22:42:49 +08:00
10 lines
165 B
Ruby
10 lines
165 B
Ruby
describe "Application 'Bench'" do
|
|
before do
|
|
@app = UIApplication.sharedApplication
|
|
end
|
|
|
|
it "has one window" do
|
|
@app.windows.size.should == 1
|
|
end
|
|
end
|