mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Privatize non-test method
This commit is contained in:
parent
4db0637d55
commit
3c6f35dc03
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ module Rails
|
|||
assert_equal ['test'], info.tasks
|
||||
end
|
||||
|
||||
private
|
||||
def new_test_info(tasks)
|
||||
Class.new(TestTask::TestInfo) {
|
||||
def task_defined?(task)
|
||||
|
|
Loading…
Reference in a new issue