mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Merge branch 'master' of https://github.com/wickkidd/aasm into wickkidd-master
Conflicts: Rakefile spec/spec_helper.rb
This commit is contained in:
commit
6bc99dcc39
8 changed files with 153 additions and 7 deletions
|
|
@ -4,6 +4,8 @@ require 'aasm'
|
|||
|
||||
require 'rspec'
|
||||
require 'rspec/autorun'
|
||||
require 'ruby-debug'; Debugger.settings[:autoeval] = true; debugger; rubys_debugger = 'annoying'
|
||||
require 'ruby-debug/completion'
|
||||
|
||||
def load_schema
|
||||
config = YAML::load(IO.read(File.dirname(__FILE__) + '/database.yml'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue