mirror of
https://github.com/github/rails.git
synced 2026-01-09 14:48:01 -05:00
Not used variables removed. Warnings removed.
This commit is contained in:
@@ -66,11 +66,11 @@ class BaseLoadTest < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
def test_load_hash_with_integers_as_keys
|
||||
assert_nothing_raised{person = @person.load(@books)}
|
||||
assert_nothing_raised{@person.load(@books)}
|
||||
end
|
||||
|
||||
def test_load_hash_with_dates_as_keys
|
||||
assert_nothing_raised{person = @person.load(@books_date)}
|
||||
assert_nothing_raised{@person.load(@books_date)}
|
||||
end
|
||||
|
||||
def test_load_expects_hash
|
||||
|
||||
Reference in New Issue
Block a user