Sha256: d0d8da106e94436623c154a137896adb6fa6543d079ec9a4fd5abf96f762fb9d

Contents?: true

Size: 483 Bytes

Versions: 3

Compression:

Stored size: 483 Bytes

Contents

= MiniBacktrace

MiniBacktrace allows you to take advantage of the Rails.backtrace_cleaner when using MiniTest. This includes everyone using Rails 3 with Ruby 1.9.


= Usage

Just add 'mini_backtrace' to your Gemfile's :test group and your should automatically see a huge difference. Any additions to the Rails.backtrace_cleaner should now work.

  Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }


= Code

* http://github.com/metaskills/mini_backtrace


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mini_backtrace-0.1.3 README.rdoc
mini_backtrace-0.1.2 README.rdoc
mini_backtrace-0.1.1 README.rdoc