Skip to content

Instantly share code, notes, and snippets.

@joker1007
Created October 30, 2011 15:58
Show Gist options
  • Save joker1007/1326063 to your computer and use it in GitHub Desktop.
Save joker1007/1326063 to your computer and use it in GitHub Desktop.
require "rubygems"
require "rspec"
require "factory_girl"
RSpec.configure do |config|
end
Dir.glob(File.join(File.dirname(__FILE__), "factories", "*.rb")).each do |f|
load(f)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment