Guest User

Untitled

a guest
Apr 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Before do
  2. require 'factory_girl'
  3. Dir.glob(File.join(File.dirname(__FILE__), '../../spec/factories/*.rb')).each {|f| require f }
  4. Factory.factories.keys.each {|factory| Factory(factory) }
  5. end
Add Comment
Please, Sign In to add comment