aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-06-12 08:29:51 +0200
committerYves Senn <yves.senn@gmail.com>2014-06-12 08:29:51 +0200
commit119dddb65589e3009f92c7e099d99470c4767a63 (patch)
tree32fb32081bf00c7a8b1599462a2dc16194ba192c
parent2ef44ff13b0316bd6c30cea955071f067ff5411d (diff)
parentf3747204020e7e45ccd30f3993214558d48cf680 (diff)
downloadrails-119dddb65589e3009f92c7e099d99470c4767a63.tar.gz
rails-119dddb65589e3009f92c7e099d99470c4767a63.tar.bz2
rails-119dddb65589e3009f92c7e099d99470c4767a63.zip
Merge pull request #15655 from fabianrbz/remove-unused-method-in-test
remove unnused method from test
-rw-r--r--railties/test/rails_info_test.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/railties/test/rails_info_test.rb b/railties/test/rails_info_test.rb
index 44a5fd1904..4bec302ff8 100644
--- a/railties/test/rails_info_test.rb
+++ b/railties/test/rails_info_test.rb
@@ -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