X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/63303c22b704ca290c16ae908da1324f3ea25b2c..927cc9f45e6626e2a82403d1263b4a16d601e30b:/test/controllers/notes_controller_test.rb diff --git a/test/controllers/notes_controller_test.rb b/test/controllers/notes_controller_test.rb index 5cffbd702..b2f14a127 100644 --- a/test/controllers/notes_controller_test.rb +++ b/test/controllers/notes_controller_test.rb @@ -144,9 +144,7 @@ class NotesControllerTest < ActionDispatch::IntegrationTest def test_read_closed_note user = create(:user) - closed_note = create(:note_with_comments, :status => "closed", :closed_at => Time.now.utc, :comments_count => 2) do |note| - create(:note_comment, :event => "closed", :note => note, :author => user) - end + closed_note = create(:note_with_comments, :closed, :closed_by => user, :comments_count => 2) browse_check :note_path, closed_note.id, "notes/show" assert_select "div.note-comments ul li", :count => 2