Code review - Remote storage
This commit is contained in:
parent
143a683303
commit
745eee126a
8 changed files with 33 additions and 40 deletions
|
@ -3,6 +3,8 @@ 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(:original_filename) }
|
||||
it { is_expected.to have_db_column(:content_secure_token) }
|
||||
it { is_expected.to have_db_column(:created_at) }
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue