Maintain schema

This commit is contained in:
Artem Chernikov 2014-05-12 13:20:28 +02:00
parent adfa9cc871
commit 6e946dbb1d

View file

@ -18,6 +18,9 @@ require 'rspec/rails'
# run twice. It is recommended that you do not name files matching this glob to
# end with _spec.rb. You can configure this pattern with with the --pattern
# option on the command line or in ~/.rspec, .rspec or `.rspec-local`.
ActiveRecord::Migration.maintain_test_schema!
Dir[Rails.root.join("spec/support/**/*.rb")].each { |f| require f }
RSpec.configure do |config|