Files
RubyMotion/lib/motion/project/template/gem/files/spec/main_spec.rb.erb
Laurent Sansonetti 105a915f3d mac port
2013-04-25 02:26:56 +02:00

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