Class: MakeTestHelpCommand
Class Method Summary collapse
Methods inherited from MoreUtils
flag_lookup, gem_version, get_args, get_file_str, get_flags, root, this_dir, versions, write_file, wrong_version_error
Class Method Details
.run(*args) ⇒ Object
7 8 9 10 11 12 13 14 15 16 17 18 |
# File 'lib/help/make_test.rb', line 7 def run *args puts "No Options available With your generated your mini test Route Path Example: '/api/v1/user' Run to generate a mini test for your controller: 'railspp make_test (route-path)' " end |