Revert "fixed travis issues"
This reverts commit 1255088ff0.
Because it broke our heroku deployment
This commit is contained in:
parent
f85ff0c6c5
commit
322d58c61c
7 changed files with 19 additions and 13 deletions
12
spec/support/factory_girl.rb
Normal file
12
spec/support/factory_girl.rb
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue