Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
rspec-instrumentation
Advanced tools
RSpec instrumentation component to measure performances, profile and monitor the test suite using an external service.
DISCLAIMER: this is an initial version, major changes will probably happens in the first releases
Support for:
Setup the gem, execute the test suite, check the results in the service interface.
gem 'rspec-instrumentation'
RSpecInstrumentation::NewRelic.setup if Rails.env.test?
# It's better to put in at the end, after the other configuration options
RSpec.configure do |config|
RSpecInstrumentation::RSpec.setup(config, service: :new_relic)
end
VCR.configure do |config|
config.ignore_hosts 'collector-001.eu01.nr-data.net' # the host could be different for your account
end
If you use this component just star it. A developer is more motivated to improve a project when there is some interest.
Or consider offering me a coffee, it's a small thing but it is greatly appreciated: about me.
The gem is available as open-source under the terms of the MIT.
FAQs
Unknown package
We found that rspec-instrumentation 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.