Add column created_at on cerfa and piece_justificative
This commit is contained in:
parent
abfb6367d6
commit
26431ac528
8 changed files with 27 additions and 8 deletions
|
@ -3,6 +3,7 @@ require 'spec_helper'
|
|||
describe Cerfa do
|
||||
describe 'database columns' do
|
||||
it { is_expected.to have_db_column(:content) }
|
||||
it { is_expected.to have_db_column(:created_at) }
|
||||
end
|
||||
|
||||
describe 'associations' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue