Methods
S
T
Included Modules
Instance Public methods
setup()
# File railties/test/application/rake/notes_test.rb, line 9
def setup
  build_app
  require "rails/all"
  super
end
teardown()
# File railties/test/application/rake/notes_test.rb, line 15
def teardown
  super
  teardown_app
end