pluginaweek / state_machine

Adds support for creating state machines for attributes on any Ruby class

state_machine / test / test_helper.rb
100644 5 lines (3 sloc) 0.112 kb
1
2
3
4
5
require 'test/unit'
 
$:.unshift(File.dirname(__FILE__) + '/../lib')
require File.dirname(__FILE__) + '/../init'