html reset
This commit is contained in:
@ -40,7 +40,7 @@ module Admin
|
||||
quiz = quizzes :fed
|
||||
get admin_quiz_url quiz.to_i
|
||||
assert_response :success
|
||||
assert_select 'p', quiz.dept
|
||||
assert_select 'div', quiz.dept
|
||||
end
|
||||
|
||||
test "should get edit" do
|
||||
@ -56,7 +56,7 @@ module Admin
|
||||
assert_redirected_to admin_quiz_path(quiz.to_i)
|
||||
|
||||
get admin_quiz_path quiz.to_i
|
||||
assert_select 'p', 'another'
|
||||
assert_select 'div', 'another'
|
||||
end
|
||||
|
||||
test "should fail to update quiz" do
|
||||
|
Reference in New Issue
Block a user