Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tadast/rspec_clickable_output
A gem that makes backtrace from RSpec clickable (opens the failing test in your editor)
https://github.com/tadast/rspec_clickable_output
Last synced: 11 days ago
JSON representation
A gem that makes backtrace from RSpec clickable (opens the failing test in your editor)
- Host: GitHub
- URL: https://github.com/tadast/rspec_clickable_output
- Owner: tadast
- License: mit
- Created: 2012-07-27T16:23:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-22T19:57:31.000Z (over 11 years ago)
- Last Synced: 2024-11-29T13:14:08.500Z (24 days ago)
- Language: Ruby
- Size: 107 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rspec Clickable Output
NB: If you use the latest version of [iTerm2](http://www.iterm2.com/#/section/home), 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](https://github.com/asuth/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