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