Refactoring of specs

* split the one large spec file in multiple small, one for each model
* helper for getting dump object in tests
This commit is contained in:
Marc Remolt
2011-06-05 13:09:06 +02:00
parent e1c60163e4
commit ddb65040a7
8 changed files with 264 additions and 220 deletions

View File

@@ -1,3 +1,6 @@
require 'yaml'
YAML::ENGINE.yamler= 'syck'
require 'rubygems'
gemfile = File.expand_path('../../../../Gemfile', __FILE__)