rails-perftest icon indicating copy to clipboard operation
rails-perftest copied to clipboard

Add generator for test/test_helper.rb

Open gabrieldeal opened this issue 8 years ago • 1 comments

Add a generator for test/test_helper.rb that only tries to generate the file if it does not already exist.

My project didn't have a test_helper file. I assumed it was supposed to be from some gem and spent too much time trying to figure out what gem before I realized rails generate new was supposed to have created it.

gabrieldeal avatar Jan 06 '17 07:01 gabrieldeal

+1

Had spec_helper but didn't want to use that.

Without test_helper the benchmark won't print results.

stuarthannig avatar Apr 13 '17 17:04 stuarthannig