Skip to content

Commit

Permalink
Merge pull request #15655 from fabianrbz/remove-unused-method-in-test
Browse files Browse the repository at this point in the history
remove unnused method from test
  • Loading branch information
senny committed Jun 12, 2014
2 parents 2ef44ff + f374720 commit 119dddb
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions railties/test/rails_info_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,6 @@ def test_html_includes_middleware
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
Expand Down

0 comments on commit 119dddb

Please sign in to comment.