mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
remove unnused method from test
This commit is contained in:
parent
df3c78296a
commit
f374720402
1 changed files with 0 additions and 10 deletions
|
@ -66,16 +66,6 @@ class InfoTest < ActiveSupport::TestCase
|
|||
end
|
||||
|
||||
protected
|
||||
def svn_info=(info)
|
||||
Rails::Info.module_eval do
|
||||
class << self
|
||||
def svn_info
|
||||
info
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
def properties
|
||||
Rails::Info.properties
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue