[UIAutomation] Make test suite load BS files from local dev checkout.

This commit is contained in:
Eloy Durán
2013-10-03 18:48:35 +02:00
parent 9068fd43a8
commit bc26ce4fc4

View File

@@ -1,11 +1,10 @@
# -*- coding: utf-8 -*-
$:.unshift(File.expand_path('../../../lib', __FILE__))
require 'motion/project'
require 'motion/project/template/ios'
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = 'MacBacon UI'
app.sdk_version = '6.1'
app.frameworks << 'CoreGraphics'
app.motiondir = '/Library/RubyMotion'
end