Merge branch 'snap-cloud-master'
This commit is contained in:
commit
07eb7114ca
32 changed files with 161 additions and 55 deletions
|
|
@ -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 }
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue