1
2
3
4
5
require "simplecov"
SimpleCov.start

ENV["DATABASE_URL"] = ":memory:"
ENV["AUTH_HEADER"] = "Remote-User"