File: sus.rb

package info (click to toggle)
ruby-traces 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: ruby: 478; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 200 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2022, by Samuel Williams.

ENV['TRACES_BACKEND'] ||= 'traces/backend/console'

require 'covered/sus'
include Covered::Sus