mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-23 04:20:24 +08:00
10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
describe "Application '<%= name %>'" do
|
|
before do
|
|
@app = UIApplication.sharedApplication
|
|
end
|
|
|
|
it "has one window" do
|
|
@app.windows.size.should == 1
|
|
end
|
|
end
|