diff options
Diffstat (limited to 'test/doc_props')
| -rw-r--r-- | test/doc_props/tc_app.rb | 2 | ||||
| -rw-r--r-- | test/doc_props/tc_core.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/doc_props/tc_app.rb b/test/doc_props/tc_app.rb index 94358fc5..fbbe0b67 100644 --- a/test/doc_props/tc_app.rb +++ b/test/doc_props/tc_app.rb @@ -1,4 +1,4 @@ -require 'tc_helper.rb' +require 'tc_helper' class TestApp < Test::Unit::TestCase def setup diff --git a/test/doc_props/tc_core.rb b/test/doc_props/tc_core.rb index 6aafca3e..6d0ce604 100644 --- a/test/doc_props/tc_core.rb +++ b/test/doc_props/tc_core.rb @@ -1,4 +1,4 @@ -require 'tc_helper.rb' +require 'tc_helper' class TestCore < Test::Unit::TestCase def setup |
