Files
openfoodnetwork/engines/catalog/spec/spec_helper.rb
Luis Ramos 8a9dae0ee2 Run rubocop autocorrect
This is the result of bundle exec rubocop --auto-correct
2020-06-22 12:23:10 +01:00

6 lines
145 B
Ruby

# frozen_string_literal: true
require "../../spec/spec_helper.rb"
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].sort.each { |f| require f }