Skip to content

Instantly share code, notes, and snippets.

@acdimalev
Created July 29, 2010 20:52
Show Gist options
  • Save acdimalev/499211 to your computer and use it in GitHub Desktop.
Save acdimalev/499211 to your computer and use it in GitHub Desktop.
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