add benchmark suite

This commit is contained in:
Watson
2013-11-16 09:16:58 +09:00
parent d594397510
commit a749bfc648
25 changed files with 1074 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
describe "Application 'Bench'" do
before do
@app = UIApplication.sharedApplication
end
it "has one window" do
@app.windows.size.should == 1
end
end