mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-02 17:57:26 +08:00
Also move the logic out into a separate util module. Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-399.
8 lines
173 B
Ruby
8 lines
173 B
Ruby
require 'bacon'
|
|
require 'mocha'
|
|
require 'mocha-on-bacon'
|
|
|
|
$:.unshift File.expand_path('../../../lib', __FILE__)
|
|
|
|
Mocha::Configuration.prevent(:stubbing_non_existent_method)
|