Fixed some failing tests and removed dead ones.

This commit is contained in:
Eric Allen 2009-10-13 23:38:25 -04:00
parent 96f510abd4
commit fe52c0ab3c
4 changed files with 1 additions and 97 deletions

View file

@ -371,12 +371,6 @@ class TodosControllerTest < ActionController::TestCase
assert_template 'todos/new'
end
def test_index_html_assigns_default_project_name_map
login_as(:admin_user)
get :index, {"format"=>"html"}
assert_equal '"{\\"Build a working time machine\\": \\"lab\\"}"', assigns(:default_project_context_name_map)
end
def test_toggle_check_on_recurring_todo
login_as(:admin_user)