mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
10 lines
238 B
Ruby
10 lines
238 B
Ruby
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__)))
|
|
$LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib')))
|
|
require 'aasm'
|
|
|
|
require 'rspec'
|
|
require 'rspec/autorun'
|
|
|
|
RSpec.configure do |config|
|
|
|
|
end
|