class HelpTest

Public Instance Methods

setup() click to toggle source
# File railties/test/application/help_test.rb, line 8
def setup
  build_app
end
teardown() click to toggle source
# File railties/test/application/help_test.rb, line 12
def teardown
  teardown_app
end