I got my first pull request accepted into Rails master
Run a single test on a Ruby on Rails application
Sep
23
23
The number of tests in the app I’m developing it’s getting really big. Sometimes, I just need to run a single test and not all of them. I only need to remember this line:
ruby -Itest test/unit/availability_time_test.rb |