initial work done. Have failing example feauture and main config module done.

This commit is contained in:
Ben Mabey 2009-03-01 01:45:58 -07:00
parent 00299245c8
commit 13a59fc3af
14 changed files with 189 additions and 9 deletions

View file

@ -0,0 +1,2 @@
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__))) unless $LOAD_PATH.include?(File.expand_path(File.dirname(__FILE__)))
require 'database_cleaner/configuration'