mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-16 05:04:03 +00:00
12 lines
200 B
Ruby
12 lines
200 B
Ruby
require_relative 'external_request'
|
|
|
|
RSpec.configure do |config|
|
|
|
|
config.before(:suite) do
|
|
if CONFIG['factory_girl_lint']
|
|
mock_commercial_request
|
|
FactoryGirl.lint
|
|
end
|
|
end
|
|
|
|
end
|