canvas-lms/spec/spec.opts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
352 B
Plaintext
Raw Normal View History

--format doc
--require './spec/formatters/rerun_formatter.rb'
--format RSpec::RerunFormatter
--require './spec/formatters/error_context/stderr_formatter.rb'
--require './spec/formatters/error_context/html_page_formatter.rb'
--format ErrorContext::HTMLPageFormatter
--format ErrorContext::StderrFormatter
--tty
--color
--require './spec/spec_helper.rb'