mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Move require statement to the right file
This commit is contained in:
@@ -16,6 +16,7 @@ require 'rspec/retry'
|
||||
require 'capybara'
|
||||
require 'paper_trail/frameworks/rspec'
|
||||
require "factory_bot_rails"
|
||||
require 'database_cleaner'
|
||||
|
||||
require 'shoulda/matchers'
|
||||
Shoulda::Matchers.configure do |config|
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'base_spec_helper'
|
||||
require 'database_cleaner'
|
||||
|
||||
RSpec.configure do |config|
|
||||
# Fix encoding issue in Rails 5.0; allows passing empty arrays or hashes as params.
|
||||
|
||||
Reference in New Issue
Block a user