Fixed #814. We need to include recurring todo fixtures in any test suites that include todo fixtures

This commit is contained in:
Eric Allen 2009-01-23 14:15:02 -05:00
parent 609cd181b6
commit 8076f4fe72
11 changed files with 11 additions and 11 deletions

View file

@ -5,7 +5,7 @@ require 'integrations_controller'
class IntegrationsController; def rescue_action(e) raise e end; end
class IntegrationsControllerTest < Test::Unit::TestCase
fixtures :users, :preferences, :projects, :contexts, :todos, :tags, :taggings
fixtures :users, :preferences, :projects, :contexts, :todos, :recurring_todos, :tags, :taggings
def setup
@controller = IntegrationsController.new