mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-05 04:20:15 +01:00
fix #1027. Several tests were broken because of the more strict validations on the recurring_todo model
This commit is contained in:
parent
92bb54bbf5
commit
cfc6d117b8
6 changed files with 25 additions and 13 deletions
|
|
@ -30,7 +30,6 @@ class RecurringTodo < ActiveRecord::Base
|
|||
validates_presence_of :description
|
||||
validates_presence_of :recurring_period
|
||||
validates_presence_of :target
|
||||
validates_presence_of :recurring_period
|
||||
validates_presence_of :ends_on
|
||||
validates_presence_of :context
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue