Skip to content

Instantly share code, notes, and snippets.

@dakatsuka
Created November 1, 2010 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dakatsuka/657938 to your computer and use it in GitHub Desktop.
Save dakatsuka/657938 to your computer and use it in GitHub Desktop.
features/support/env.rb
Before do
require 'factory_girl'
require 'faker'
Dir.glob(File.join(File.dirname(__FILE__), '../../spec/factories/*.rb')).each {|f| require f}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment