
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
A little Ruby library that helps you run single tests files using
Test::Unit (or Minitest). It allows running single examples by line
number as well as full files. Runtest uses bundle exec ruby -Itest
as
its test run command.
Add the gem to your :development
group, as it will only be run on
development servers:
group :development do
gem 'runtest', require: false # no need to require it since it
# isn't part of the app or testing
# framework..
end
And then execute:
$ bundle
Or install it yourself as:
$ gem install runtest
Just pass a test file into the rtest
binary:
$ rtest test/unit/my_model_test.rb
Or, you can run a single example in the file:
$ rtest test/unit/my_model_test.rb:45
Line 45 must include an example, like test "blah blah" do
. Runtest
will also work flawlessly with shoulda_context
and minitest
variations on this syntax. It does not work with Minitest's spec
syntax just yet..
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that runtest 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
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.