0.0
No commit activity in last 3 years
No release in over 3 years
Open up strings in your default browser
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.6

Runtime

 Project Readme

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>")

example img

Contributing

  1. Fork it ( https://github.com/[my-github-username]/browser-inspect/fork )
  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 a new Pull Request