Skip to content

A gem that makes backtrace from RSpec clickable (opens the failing test in your editor)

License

Notifications You must be signed in to change notification settings

tadast/rspec_clickable_output

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rspec Clickable Output

NB: If you use the latest version of iTerm2, you don't need this, just command-click on any file path to open it.

If you can't use iTerm2, then this gem will do the work. It transforms RSpec's backtrace output in your OSX shell to clickable links, so you can open failing specs more easily.

TextMate

Should work by default

Sublime Text 2

You will need to install subl-handler

Installation

Add this line to your application's Gemfile:

gem 'rspec_clickable_output'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rspec_clickable_output

Usage

When the test fails, the backtrace line should be clickable when you hold down cmd key.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

A gem that makes backtrace from RSpec clickable (opens the failing test in your editor)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages