Skip to content

Commit 43ab71c

Browse files
committed
Fix conversation tests
1 parent d0c874c commit 43ab71c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/models/conversation_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
describe Conversation do
44
describe 'associations' do
5-
it { should have_many(:messages).order('created_at DESC') }
5+
it { should have_many(:messages).order('created_at ASC') }
66
it { should have_many(:subscriptions) }
77
it { should have_many(:participants).class_name("User") }
88
it { should have_many(:participants).through(:subscriptions) }

0 commit comments

Comments
 (0)