Sha256: e0d9c19080af1370137b8cdf350d22efb0830e607de509a3e11a32357f1dbc1d

Contents?: true

Size: 585 Bytes

Versions: 10

Compression:

Stored size: 585 Bytes

Contents

require 'minitest/autorun'
require 'turn'

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  = :pretty
  # turn on invoke/execute tracing, enable full backtrace
  c.trace   = false
  # use humanized test names (works only with :outline format)
  c.natural = true
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
butler_static-0.0.9 spec/minitest_helper.rb
butler_static-0.0.8 spec/minitest_helper.rb
butler_static-0.0.8.alpha.22 spec/minitest_helper.rb
butler_static-0.0.8.alpha.21 spec/minitest_helper.rb
butler_static-0.0.8.alpha.20 spec/minitest_helper.rb
butler_static-0.0.7 spec/minitest_helper.rb
butler_static-0.0.6 spec/minitest_helper.rb
butler_static-0.0.5 spec/minitest_helper.rb
butler_static-0.0.4 spec/minitest_helper.rb
butler_static-0.0.3 spec/minitest_helper.rb