mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-28 20:55:36 +08:00
fix 'uninitialized constant Motion (NameError)'
'../helpers/bacon.rb' requires 'lib/motion/util/version.rb'
This commit is contained in:
@@ -8,6 +8,6 @@ Motion::Project::App.setup do |app|
|
||||
# Use `rake config' to see complete project settings.
|
||||
app.name = 'TestSuite'
|
||||
|
||||
app.spec_files.insert(1, *FileList['../helpers/*.rb'])
|
||||
app.spec_files.insert(1, *FileList['../../lib/motion/util/version.rb', '../helpers/*.rb'])
|
||||
app.deployment_target = ENV['deployment_target'] if ENV['deployment_target']
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user