test_helper.rb revision f458e516c452c779efc7fc8949edfc2092d3fb82
# 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
# Recording HTTP Requests
VCR.configure do |c|
c.ignore_localhost = true
'127.0.0.1',
'localhost',
end
# disable sunspot during tests