Methods
S
Included Modules
Instance Public methods
setup()
# File activesupport/test/autoload_test.rb, line 14
def setup
  @some_class_path = File.expand_path("test/fixtures/autoload/some_class.rb")
  @another_class_path = File.expand_path("test/fixtures/autoload/another_class.rb")
end