Skip to content

nik/browser-inspect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dead simple browser html inspection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages