Sha256: a32f7c615087ae8158a81d858468cde319b69ca6998b91516f1be7bc9bc11f4d
Contents?: true
Size: 652 Bytes
Versions: 7
Compression:
Stored size: 652 Bytes
Contents
require 'turn/autorun' # http://www.mattsears.com/articles/2011/12/10/minitest-quick-reference Turn.config do |c| # use one of output formats: # :outline - turn's original case/test outline mode [default] # :progress - indicates progress with progress bar # :dotted - test/unit's traditional dot-progress mode # :pretty - new pretty reporter # :marshal - dump output as YAML (normal run mode only) # :cue - interactive testing #c.format = :outline c.format = :progress # turn on invoke/execute tracing, enable full backtrace c.trace = true # use humanized test names (works only with :outline format) c.natural = true end
Version data entries
7 entries across 7 versions & 2 rubygems