mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Fix failing spec test, due to commit 09e0f64
This commit is contained in:
parent
cf62c91ee0
commit
eda521d238
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ describe Context do
|
||||||
|
|
||||||
it 'has many users' do
|
it 'has many users' do
|
||||||
Context.should have_many(:todos).
|
Context.should have_many(:todos).
|
||||||
with_order('todos.completed_at DESC').
|
with_order('todos.due IS NULL, todos.due ASC, todos.created_at ASC').
|
||||||
with_dependent(:delete_all).
|
with_dependent(:delete_all).
|
||||||
with_include(:project)
|
with_include(:project)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue