mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
12 lines
208 B
Ruby
12 lines
208 B
Ruby
require_relative 'external_request'
|
|
|
|
RSpec.configure do |config|
|
|
|
|
config.before(:suite) do
|
|
if ENV['OSEM_FACTORY_LINT'] != 'false'
|
|
mock_commercial_request
|
|
FactoryGirl.lint
|
|
end
|
|
end
|
|
|
|
end
|