Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rspec-progress-bar

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rspec-progress-bar

  • 0.1.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

rspec-progress-bar

ProgressBar formatter for RSpec

Output

[###################################################] [27/27] [100.00%] [00:01] [00:00] [16.18/s]
Finished in 1.4 seconds (files took 6.57 seconds to load)
27 examples, 0 failures

When used along with rspec-instafail:

[#######################                              ] [ 4/27] [ 14.81%] [00:01] [00:07] [ 3.22/s]
  1) ApplicationController#sign_out_and_redirect with JSON should return JSON indicating success
     Failure/Error: json_response = JSON.parse response.body
     A JSON text must at least contain two octets!
     # /Users/miwillhite/.rvm/gems/ruby-1.9.2-p0/gems/json_pure-1.4.6/lib/json/common.rb:146:in `initialize'
     # /Users/miwillhite/.rvm/gems/ruby-1.9.2-p0/gems/json_pure-1.4.6/lib/json/common.rb:146:in `new'
     # /Users/miwillhite/.rvm/gems/ruby-1.9.2-p0/gems/json_pure-1.4.6/lib/json/common.rb:146:in `parse'
     # ./spec/controllers/application_controller_spec.rb:17:in `block (4 levels) in <top (required)>'
[###################################################] [27/27] [100.00%] [00:01] [00:00] [16.18/s]
Failures:

  1) ApplicationController#sign_out_and_redirect with JSON should return JSON indicating success
     Failure/Error: json_response = JSON.parse response.body
     A JSON text must at least contain two octets!
     # /Users/miwillhite/.rvm/gems/ruby-1.9.2-p0/gems/json_pure-1.4.6/lib/json/common.rb:146:in `initialize'
     # /Users/miwillhite/.rvm/gems/ruby-1.9.2-p0/gems/json_pure-1.4.6/lib/json/common.rb:146:in `new'
     # /Users/miwillhite/.rvm/gems/ruby-1.9.2-p0/gems/json_pure-1.4.6/lib/json/common.rb:146:in `parse'
     # ./spec/controllers/application_controller_spec.rb:17:in `block (4 levels) in <top (required)>'

Finished in 1.52 seconds (files took 6.63 seconds to load)
27 examples, 1 failure

Install

gem install rspec-progress-bar

# .rspec
--require rspec_progress_bar/formatter
--format RspecProgressBar::Formatter

Authors

Anton Trushkevich
trushkevich@gmail.com
License: MIT

FAQs

Package last updated on 19 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc