Add column created_at on cerfa and piece_justificative

This commit is contained in:
Xavier J 2016-03-14 17:30:22 +01:00
parent abfb6367d6
commit 26431ac528
8 changed files with 27 additions and 8 deletions

View file

@ -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