mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-11 00:09:38 +08:00
Remove spec files from framework target and improve task descriptions
This commit is contained in:
@@ -37,7 +37,7 @@ require 'motion/project'
|
||||
require 'motion/project/template/ios-extension-config'
|
||||
require 'motion/project/template/ios-extension-builder'
|
||||
|
||||
desc "Build the project, then run the simulator"
|
||||
desc "Build the simulator version"
|
||||
task :default => :"build:simulator"
|
||||
|
||||
desc "Build everything"
|
||||
|
||||
@@ -37,7 +37,7 @@ require 'motion/project'
|
||||
require 'motion/project/template/ios-framework/config'
|
||||
require 'motion/project/template/ios-framework/builder'
|
||||
|
||||
desc "Build the project, then run the simulator"
|
||||
desc "Build the simulator version"
|
||||
task :default => :"build:simulator"
|
||||
|
||||
desc "Build everything"
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
describe "Application '<%= name %>'" do
|
||||
before do
|
||||
@app = UIApplication.sharedApplication
|
||||
end
|
||||
|
||||
it "has one window" do
|
||||
@app.windows.size.should == 1
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user