spec/rails_helper.rb in hertz-1.0.0 vs spec/rails_helper.rb in hertz-1.0.1

- old
+ new

@@ -10,12 +10,9 @@ require 'rspec/rails' # Load RSpec helpers. Dir[File.join(ENGINE_ROOT, 'spec/support/**/*.rb')].each { |f| require f } -# Load testing libraries. -require 'faker' - # Load migrations from the dummy app. ActiveRecord::Migrator.migrations_paths = File.join(ENGINE_ROOT, 'spec/dummy/db/migrate') ActiveRecord::Migration.maintain_test_schema! RSpec.configure do |config|