mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-02 22:42:49 +08:00
7 lines
162 B
Ruby
7 lines
162 B
Ruby
describe "Application 'TestSuite'" do
|
|
it "should finish without error/failure" do
|
|
$testsuite_error.should == 0
|
|
$testsuite_failure.should == 0
|
|
end
|
|
end
|