Skip to content

zurichfresh/minitest-byebug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minitest::Byebug

Heavily inspired by hotell i zurich

Installation

Add this line to your application's Gemfile:

gem 'minitest-byebug'

And then execute:

$ bundle

Or install it yourself as:

$ gem install minitest-byebug

Usage

Add this to the top of your test file or helper:

require 'minitest/byebug' if ENV['DEBUG']

Then run your tests as normal but define DEBUG=1.

% DEBUG=1 rake test

Todo

  • Stop in the failed test. e.g. at an assert call.
    • Workaround: when the session starts, up 3 will take you to the test failure.
  • Stop on errors.

Credits

Distributed with an MIT License.

Contributions more than welcome.

Made by Kasper Timm Hansen.

About

Start a byebug session on test failures.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%