test_helper.rb revision fd6a3bcee7d7a9d2261818557ce4760e1c13ced8
# 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
# Setting the default for sidekiq testing
# many unit-tests rely on this being the default.
# However specs use a different default (inline!)
# Recording HTTP Requests
VCR.configure do |c|
c.ignore_localhost = true
'127.0.0.1',
'localhost',
end
# disable sunspot during tests