When I'm writing tests for an API and debugging with RSpec I hate trying to parse response.body
with my eyes
if there's ever a 500 or what have you. So this opens a browser with the formatted HTML
Install
Add this line to your application's Gemfile:
gem 'browser-inspect', require: false
Usage
require browser-inspect
BI.open("<h1>Test</h1>")
Contributing
- Fork it ( https://github.com/[my-github-username]/browser-inspect/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request