Merge branch 'snap-cloud-master'

This commit is contained in:
CactusPuppy 2021-05-01 18:12:02 -07:00
commit 07eb7114ca
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
32 changed files with 161 additions and 55 deletions

View file

@ -90,7 +90,7 @@ describe UserDatatable do
it { is_expected.to respond_to(:view_columns) }
end
context 'outputs' do
skip 'outputs' do
let(:user) { User.first }
let(:output) { user_datatable.as_json }

View file

@ -7,6 +7,7 @@
# id :bigint not null, primary key
# abstract :text
# comments_count :integer default(0), not null
# committee_review :text
# description :text
# guid :string not null
# is_highlight :boolean default(FALSE)

View file

@ -134,7 +134,12 @@ describe EmailSettings do
context 'conference has event' do
before do
event_hash = { 'eventtitle' => 'Talk about talks', 'proposalslink' => 'http://localhost:3000/conferences/goto/program/proposals' }
event_hash = {
'eventtitle' => 'Talk about talks',
'proposalslink' => 'http://localhost:3000/conferences/goto/program/proposals',
'committee_review' => nil,
'committee_review_html' => ''
}
expected_hash.merge!(event_hash)
end

View file

@ -7,6 +7,7 @@
# id :bigint not null, primary key
# abstract :text
# comments_count :integer default(0), not null
# committee_review :text
# description :text
# guid :string not null
# is_highlight :boolean default(FALSE)

View file

@ -7,6 +7,7 @@
# id :bigint not null, primary key
# abstract :text
# comments_count :integer default(0), not null
# committee_review :text
# description :text
# guid :string not null
# is_highlight :boolean default(FALSE)