code cleanup test_with_a_start_date_attribute_* of unit IssuesHelperTest
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10264 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
8eb39d682d
commit
e4b7b7cc38
@ -109,7 +109,7 @@ class IssuesHelperTest < ActionView::TestCase
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_with_a_start_date_attribute_format_the_current_date
|
def test_with_a_start_date_attribute_should_format_the_current_date
|
||||||
@detail = JournalDetail.new(
|
@detail = JournalDetail.new(
|
||||||
:property => 'attr',
|
:property => 'attr',
|
||||||
:old_value => '2010-01-01',
|
:old_value => '2010-01-01',
|
||||||
@ -121,7 +121,7 @@ class IssuesHelperTest < ActionView::TestCase
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_with_a_start_date_attribute_format_the_old_date
|
def test_with_a_start_date_attribute_should_format_the_old_date
|
||||||
@detail = JournalDetail.new(
|
@detail = JournalDetail.new(
|
||||||
:property => 'attr',
|
:property => 'attr',
|
||||||
:old_value => '2010-01-01',
|
:old_value => '2010-01-01',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user