test_helper.rb revision e3ae5c822699ae375f274bec0a24c1a0b36b731f
require 'simplecov'
# Add more helper methods to be used by all tests here...
end
end
setup do
# clean git repositories
end
end
# for devise
end
# for strip_attributes
require "strip_attributes/matchers"
end
# For Sidekiq
# Recording HTTP Requests
VCR.configure do |c|
c.ignore_localhost = true
'127.0.0.1',
'localhost',
end
# disable sunspot during tests