root/spec/spec_helper.rb @ b0da6fb3
require 'minitest/autorun'
|
|
|
|
require 'cyborghood'
|
|
|
|
|
|
unless defined?(SPEC_ROOT)
|
|
SPEC_ROOT = File.join(File.dirname(__FILE__))
|
|
end
|
|
|
|
def fixture(*name)
|
|
File.join(SPEC_ROOT, 'fixtures', name)
|
|
end
|