rspec-web
A web front-end for RSpec tests.
Install
Bundler
Add the following to your Gemfile:
group :development do
gem 'rspec-web'
end
then run bundle install.
RubyGems
gem install rspec-web
Usage
Basic Usage
- Start up a
rspec-webserver (which actually consists of two servers; an HTTP server and a Web Socket server) - Open web browser with URL
http://localhost:4567/ - Run your specs with the formatter by using
rspec spec -f RspecWeb::Formatter
Guard Usage
If you use guard-rspec, you should checkout guard-rspec-web for guard integration
License
RspecWeb is released under the MIT license:
www.opensource.org/licenses/MIT
See LICENSE for more details.