提交 fe5f6604 编写于 作者: D David Heinemeier Hansson

Dont encourage __FILE__ bullshit

上级 8e48a5ef
......@@ -411,7 +411,7 @@ def method_missing(sym, *args, &block)
# At its simplest, you simply extend IntegrationTest and write your tests
# using the get/post methods:
#
# require "#{File.dirname(__FILE__)}/test_helper"
# require "test_helper"
#
# class ExampleTest < ActionController::IntegrationTest
# fixtures :people
......@@ -435,7 +435,7 @@ def method_missing(sym, *args, &block)
# powerful testing DSL that is specific for your application. You can even
# reference any named routes you happen to have defined!
#
# require "#{File.dirname(__FILE__)}/test_helper"
# require "test_helper"
#
# class AdvancedTest < ActionController::IntegrationTest
# fixtures :people, :rooms
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册