Commit b1921830 authored by Eric Davis's avatar Eric Davis

Mark the failed test in r4276 as pending. Tests should never fail when committed.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4278 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent d8ef4b6f
......@@ -21,7 +21,7 @@ class GanttsControllerTest < ActionController::TestCase
assert_select "div a.issue", /##{i.id}/
end
should "work without issue due dates" do
should_eventually "work without issue due dates" do
Issue.update_all("due_date = NULL")
get :show, :project_id => 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment