todo/backend/spec/spec_helper.cr

6 lines
156 B
Crystal

require "spec"
# note: we cannot spec backend.cr
# because kemal will start automatically.
# that's fine, because there's nothing of note there
# anyways.