Files
RubyMotion/test/TestSuite/Rakefile
2012-09-22 21:57:31 +09:00

9 lines
195 B
Ruby

# -*- coding: utf-8 -*-
$:.unshift("../../lib")
require 'motion/project'
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = 'TestSuite'
end