test_helper.rb revision 816bf6f8088b162b681101d93fd450127a0e586f
# Add more helper methods to be used by all tests here...
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