2016-02-20 20:08:28 +05:30
|
|
|
require_relative 'external_request'
|
|
|
|
|
|
2016-02-20 13:36:40 +05:30
|
|
|
RSpec.configure do |config|
|
|
|
|
|
|
|
|
|
|
config.before(:suite) do
|
2016-03-22 17:53:49 +01:00
|
|
|
if ENV['OSEM_FACTORY_LINT'] != 'false'
|
2016-02-20 20:08:28 +05:30
|
|
|
mock_commercial_request
|
|
|
|
|
FactoryGirl.lint
|
|
|
|
|
end
|
2016-02-20 13:36:40 +05:30
|
|
|
end
|
|
|
|
|
|
|
|
|
|
end
|