Commit f883758c authored by Eric Davis's avatar Eric Davis

Fix test: Search results are showing this as an issue-edit event

parent 5c8e04db
......@@ -36,7 +36,7 @@ class SearchControllerTest < ActionController::TestCase
assert assigns(:results).include?(Issue.find(2))
assert assigns(:results).include?(Issue.find(5))
assert assigns(:results).include?(Changeset.find(101))
assert_select "dt.issue" do
assert_select "dt.issue-edit" do
assert_select "a", :text => /Add ingredients categories/
end
......
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