mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Apply recommendation from thoughtbot/shoulda-matchers@a5623e7.
This commit is contained in:
parent
2e692f7ea5
commit
e593c1d1fb
3 changed files with 3 additions and 6 deletions
|
|
@ -13,6 +13,7 @@ ENV['RAILS_ENV'] ||= 'test'
|
|||
require File.expand_path('../../config/environment', __FILE__)
|
||||
|
||||
require 'rspec/rails'
|
||||
require 'shoulda/matchers'
|
||||
# To avoid confusion on missed migrations - use Rails 4 checker to ensure
|
||||
# all migrations applied
|
||||
ActiveRecord::Migration.maintain_test_schema!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue