class TestUnit::Generators::NotifierGenerator

Public Instance Methods

create_test_file() click to toggle source
# File lib/generators/test_unit/notifier_generator.rb, line 6
def create_test_file
  template "notifier_test.tt", File.join("test/notifiers", class_path, "#{file_name}_notifier_test.rb")
end