mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01: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:
@@ -34,9 +34,12 @@ class GanttsControllerTest < Redmine::ControllerTest
|
||||
i2 = Issue.find(2)
|
||||
i2.update_attribute(:due_date, 1.month.from_now)
|
||||
with_settings :gravatar_enabled => '1' do
|
||||
get :show, :params => {
|
||||
get(
|
||||
:show,
|
||||
:params => {
|
||||
:project_id => 1
|
||||
}
|
||||
)
|
||||
end
|
||||
assert_response :success
|
||||
|
||||
|
||||
Reference in New Issue
Block a user