Sha256: 37dad3f63bf659af382b026db781ba587aa2830d204ba7a5602b6c56129c97d1
Contents?: true
Size: 317 Bytes
Versions: 9
Compression:
Stored size: 317 Bytes
Contents
require 'bubble-wrap/loader' BW.require 'motion/util/*.rb' BW.require 'motion/test_suite_delegate.rb' Motion::Project::App.setup do |app| app.development do if Motion::Project::App.osx? app.delegate_class = 'TestSuiteOSXDelegate' else app.delegate_class = 'TestSuiteDelegate' end end end
Version data entries
9 entries across 9 versions & 1 rubygems