mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Removed instance variables that are no longer used after r17727 (#30163).
git-svn-id: http://svn.redmine.org/redmine/trunk@17733 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
196540f7f6
commit
2b5d0362bc
@ -22,16 +22,6 @@ class PatchesTest < ActiveSupport::TestCase
|
|||||||
|
|
||||||
def setup
|
def setup
|
||||||
Setting.default_language = 'en'
|
Setting.default_language = 'en'
|
||||||
@symbols = { :a => 1, :b => 2 }
|
|
||||||
@keys = %w( blue green red pink orange )
|
|
||||||
@values = %w( 000099 009900 aa0000 cc0066 cc6633 )
|
|
||||||
@hash = Hash.new
|
|
||||||
@ordered_hash = ActiveSupport::OrderedHash.new
|
|
||||||
|
|
||||||
@keys.each_with_index do |key, index|
|
|
||||||
@hash[key] = @values[index]
|
|
||||||
@ordered_hash[key] = @values[index]
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
test "ActiveRecord::Base.human_attribute_name should transform name to field_name" do
|
test "ActiveRecord::Base.human_attribute_name should transform name to field_name" do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user