mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
fix default spec
This commit is contained in:
@@ -63,7 +63,8 @@ EOS
|
||||
io.puts <<EOS
|
||||
describe "Application '#{app_name}'" do
|
||||
it "has one window" do
|
||||
UIApplication.sharedApplication.windows.should == 1
|
||||
app = UIApplication.sharedApplication
|
||||
app.windows.size.should == 1
|
||||
end
|
||||
end
|
||||
EOS
|
||||
|
||||
Reference in New Issue
Block a user