lib/inochi/templates/HACKING.rbs in inochi-3.0.0 vs lib/inochi/templates/HACKING.rbs in inochi-4.0.0

- old
+ new

@@ -46,11 +46,12 @@ set -x RUBYLIB lib # fish ruby bin/#{package_name} irb -r #{package_name} -Or by installing the [ruby-wrapper](http://github.com/chneukirchen/rup) tool. +Or by running Ruby through the [ruby-wrapper]( +http://github.com/chneukirchen/rup/blob/master/ruby-wrapper ) tool. %#---------------------------------------------------------------------------- ### RubyGems setup %#---------------------------------------------------------------------------- @@ -72,17 +73,17 @@ %#---------------------------------------------------------------------------- ### Running tests %#---------------------------------------------------------------------------- Simply execute the included test runner, which sets up Ruby's `$LOAD_PATH` for -testing, loads the included `test/test_helper.rb` file, and then evaluates all +testing, loads the `test/helper.rb` file, and then evaluates all `test/**/*_test.rb` files: - test/runner + ruby test/runner Its exit status will indicate whether all tests have passed. It may also print additional pass/fail information depending on the testing library used -in the `test/test_helper.rb` file. +in the `test/helper.rb` file. %#---------------------------------------------------------------------------- ### Contributing %#----------------------------------------------------------------------------