mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 01:30:12 +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
|
|
@ -6,7 +6,7 @@ require 'projects_controller'
|
|||
class ProjectsController; def rescue_action(e) raise e end; end
|
||||
|
||||
class ProjectsControllerTest < TodoContainerControllerTestBase
|
||||
fixtures :users, :todos, :preferences, :projects, :contexts
|
||||
fixtures :users, :todos, :preferences, :projects, :contexts, :recurring_todos
|
||||
|
||||
def setup
|
||||
perform_setup(Project, ProjectsController)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue