Registry / testing / autotest-suffix

autotest-suffix

JSON →
library1.1.0rbrubygemsunverified

Autotest plugin to enable Rails-style test filenames.

gem install autotest-suffix
INSTALL
IMPORT
SIG · AUTOTEST-SUFFIX
A
autotest-suffix
testingrubyv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Autotest::Suffix
require 'autotest/suffix'

Configures Autotest to recognize Rails-style test filenames.

require 'autotest/suffix' Autotest.add_hook :initialize do |at| at.add_mapping(/^test_.*\.rb$/) do |filename, _| filename end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
OpenAI (training)
2
Resources
autotest-suffix — gem install autotest-suffix · libregistry