fixed travis issues

This commit is contained in:
Siddhant Bajaj 2017-02-20 23:43:02 +05:30
parent 945b4aac60
commit 1255088ff0
7 changed files with 13 additions and 19 deletions

View file

@ -1,12 +0,0 @@
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