aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-10-01 18:01:34 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-10-01 18:01:34 -0700
commit44f85678e967f1eccfaf448f82ca81111c9584af (patch)
tree5ddbb2a04997a1f2e168a6f61b910239943a226b /actionpack/test/template
parent6e1df2ca4631b8da6dae348af9d791f6e9aee1c5 (diff)
downloadrails-44f85678e967f1eccfaf448f82ca81111c9584af.tar.gz
rails-44f85678e967f1eccfaf448f82ca81111c9584af.tar.bz2
rails-44f85678e967f1eccfaf448f82ca81111c9584af.zip
delete repeated code
Diffstat (limited to 'actionpack/test/template')
-rw-r--r--actionpack/test/template/url_helper_test.rb18
1 files changed, 0 insertions, 18 deletions
diff --git a/actionpack/test/template/url_helper_test.rb b/actionpack/test/template/url_helper_test.rb
index db8fd82aeb..98276da559 100644
--- a/actionpack/test/template/url_helper_test.rb
+++ b/actionpack/test/template/url_helper_test.rb
@@ -547,24 +547,6 @@ class LinkToUnlessCurrentWithControllerTest < ActionController::TestCase
end
end
-class Workshop
- extend ActiveModel::Naming
- include ActiveModel::Conversion
- attr_accessor :id
-
- def initialize(id)
- @id = id
- end
-
- def persisted?
- id.present?
- end
-
- def to_s
- id.to_s
- end
-end
-
class Session
extend ActiveModel::Naming
include ActiveModel::Conversion