module Motion
Remove the ‘spec’ file from the core load path so that the copy of ‘Bacon’ included in RubyMotion is not automatically loaded. That file not only adds Bacon
but monkeypatches things like Kernel.describe
that we don’t want.
Remove the ‘spec’ file from the core load path so that the copy of ‘Bacon’ included in RubyMotion is not automatically loaded. That file not only adds Bacon
but monkeypatches things like Kernel.describe
that we don’t want.