spec/spec_helper.rb in cfoundry-0.4.11 vs spec/spec_helper.rb in cfoundry-0.4.12
- old
+ new
@@ -5,10 +5,12 @@
Dir[File.expand_path('../support/**/*.rb', __FILE__)].each do |file|
require file
end
-FactoryGirl.definition_file_paths = File.expand_path("../factories", __FILE__)
+FactoryGirl.definition_file_paths =
+ [File.expand_path("../factories", __FILE__)]
+
FactoryGirl.find_definitions
RSpec.configure do |c|
c.mock_with :rr
end