Tests: adapt to sqlite
This commit is contained in:
parent
382b614095
commit
b097e1d6b8
3 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
class Notification < ActiveRecord::Base
|
||||
belongs_to :dossier
|
||||
serialize :liste if Rails.env.test?
|
||||
|
||||
# after_save :broadcast_notification
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue