JezK
Edit File: test_file_name.rb.erb
require "test/unit" require "<%= file_name %>" class Test<%= klass %> < Test::Unit::TestCase def test_sanity flunk "write tests or I will kneecap you" end end