test_helper.rb revision a06b758dc863e147d288497ee69491afc2d23b7d
# 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