
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
ProgressBar formatter for RSpec
[###################################################] [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
gem install rspec-progress-bar
# .rspec
--require rspec_progress_bar/formatter
--format RspecProgressBar::Formatter
Anton Trushkevich
trushkevich@gmail.com
License: MIT
FAQs
Unknown package
We found that rspec-progress-bar demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.