mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-20 00:37:26 +00:00
- cookies banner - cookies policy page - cookies policy and privacy policy links in the footer
9 lines
234 B
Ruby
9 lines
234 B
Ruby
ENV["RAILS_ENV"] = "test"
|
|
|
|
require File.expand_path("dummy/config/environment.rb", __dir__)
|
|
require "rails/test_help"
|
|
|
|
Rails.backtrace_cleaner.remove_silencers!
|
|
|
|
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
|