1
0
Fork 0
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:
Fabian Rodriguez 2014-06-08 15:23:18 -03:00
parent df3c78296a
commit f374720402

View file

@ -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