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