nanotest
nanotest copied to clipboard
When all you need is #assert
Results
3
nanotest issues
Sort by
recently updated
recently updated
newest added
Fixes the following warning: ``` MiniTest::Unit::TestCase is now Minitest::Test. From /build/ruby-nanotest/src/nanotest-0.9.4.1/test/test_nanotest.rb:20:in `' ```
`-rubygems` is interpreted as `-r ubygems` and generates the following error: ``` :85:in `require': cannot load such file -- ubygems (LoadError) Did you mean? rubygems from :85:in `require' ``` Removing...