Skip to content

Instantly share code, notes, and snippets.

@simplyb
Created September 24, 2012 02:44
Show Gist options
  • Save simplyb/3773922 to your computer and use it in GitHub Desktop.
Save simplyb/3773922 to your computer and use it in GitHub Desktop.
RSpec.configure do |config|
...
config.use_transactional_fixtures = true
#seed the database before the test suite runs
config.before(:suite) do
load "#{Rails.root}/db/performance_data.rb"
end
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment