1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/spec/spec_helper.rb

11 lines
238 B
Ruby
Raw Normal View History

2010-08-27 16:35:26 -04:00
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__)))
$LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib')))
2009-10-14 23:03:38 -04:00
require 'aasm'
require 'rspec'
require 'rspec/autorun'
2009-10-14 23:03:38 -04:00
RSpec.configure do |config|
2009-10-14 23:03:38 -04:00
end