mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-16 04:08:08 +01:00
Fixed #814. We need to include recurring todo fixtures in any test suites that include todo fixtures
This commit is contained in:
parent
609cd181b6
commit
8076f4fe72
11 changed files with 11 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
|
||||
class ContextTest < Test::Rails::TestCase
|
||||
fixtures :contexts, :todos, :users, :preferences
|
||||
fixtures :contexts, :todos, :recurring_todos, :users, :preferences
|
||||
|
||||
def setup
|
||||
@agenda = contexts(:agenda)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue