test/system/messages_test.rb: Rename NoteCommentsTest -> MessagesTest
This commit is contained in:
parent
ee56d1057d
commit
9aed404888
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
require "application_system_test_case"
|
||||
|
||||
class NoteCommentsTest < ApplicationSystemTestCase
|
||||
class MessagesTest < ApplicationSystemTestCase
|
||||
def test_delete_received_message
|
||||
user = create(:user)
|
||||
create(:message, :recipient => user)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue