mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
fix source indent of GanttsControllerTest#test_gantt_should_work
git-svn-id: http://svn.redmine.org/redmine/trunk@19789 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f0fdf13d1b
commit
407f83a775
@ -34,9 +34,12 @@ class GanttsControllerTest < Redmine::ControllerTest
|
|||||||
i2 = Issue.find(2)
|
i2 = Issue.find(2)
|
||||||
i2.update_attribute(:due_date, 1.month.from_now)
|
i2.update_attribute(:due_date, 1.month.from_now)
|
||||||
with_settings :gravatar_enabled => '1' do
|
with_settings :gravatar_enabled => '1' do
|
||||||
get :show, :params => {
|
get(
|
||||||
|
:show,
|
||||||
|
:params => {
|
||||||
:project_id => 1
|
:project_id => 1
|
||||||
}
|
}
|
||||||
|
)
|
||||||
end
|
end
|
||||||
assert_response :success
|
assert_response :success
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user