class Tset::Generators::ControllerTest

Public Class Methods

new(command) click to toggle source
Calls superclass method Tset::Generators::Abstract::new
# File lib/tset/generators/controller_test.rb, line 7
def initialize(command)
  super

  cli.class.source_root(source)
end

Public Instance Methods

start() click to toggle source
# File lib/tset/generators/controller_test.rb, line 13
def start

end