fix default spec

This commit is contained in:
Laurent Sansonetti
2011-12-24 12:45:56 +01:00
parent 2e9fa7f6e5
commit b874332fab

View File

@@ -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