No commit activity in last 3 years
No release in over 3 years
RSpec results formats file paths as links that can be opened by Sublime Text
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.0
 Project Readme

SublimeTextFormatter

Format backtrace as sublime links in the form subl://open=file:///path/to/file:42

Installation

Put ‘sublime_text_formatter’ it in your Gemfile and run your specs like this from now on:

$ rspec --format SublimeTextFormatter

If you want to use SublimeTextFormatter as your default formatter, simply put the options in your .rspec file:

--format SublimeTextFormatter
--color

Contributing

Found an issue? Have a great idea? Want to help? Great! Create an issue issue for it, or even better; fork the project and fix the problem yourself. Pull requests are always welcome. :)