Created
July 29, 2010 20:52
-
-
Save acdimalev/499211 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require File.join(File.dirname(__FILE__),'helper') | |
describe 'The load order' do | |
it 'should not cause explosions when loading physics before arbiter' do | |
require 'physics' | |
require 'arbiter' | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment