spec/spec_helper.rb in flyboy-1.0.7 vs spec/spec_helper.rb in flyboy-1.1.0

- old
+ new

@@ -96,6 +96,8 @@ config.before(:suite) do DatabaseCleaner.strategy = :truncation DatabaseCleaner.clean_with(:truncation) end + + config.include FactoryGirl::Syntax::Methods end