mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-21 16:36: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
|
|
@ -5,7 +5,7 @@ require 'feedlist_controller'
|
|||
class FeedlistController; def rescue_action(e) raise e end; end
|
||||
|
||||
class FeedlistControllerTest < Test::Rails::TestCase
|
||||
fixtures :users, :preferences, :projects, :contexts, :todos, :notes
|
||||
fixtures :users, :preferences, :projects, :contexts, :todos, :recurring_todos, :notes
|
||||
|
||||
def setup
|
||||
assert_equal "test", ENV['RAILS_ENV']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue