Properly pend outputs context
This commit is contained in:
parent
fd3d7f565f
commit
09298ed38e
1 changed files with 3 additions and 1 deletions
|
|
@ -90,10 +90,12 @@ describe UserDatatable do
|
||||||
it { is_expected.to respond_to(:view_columns) }
|
it { is_expected.to respond_to(:view_columns) }
|
||||||
end
|
end
|
||||||
|
|
||||||
skip 'outputs' do
|
context 'outputs' do
|
||||||
let(:user) { User.first }
|
let(:user) { User.first }
|
||||||
let(:output) { user_datatable.as_json }
|
let(:output) { user_datatable.as_json }
|
||||||
|
|
||||||
|
before { pending('Investigate CI failures') }
|
||||||
|
|
||||||
it 'recordsTotal' do
|
it 'recordsTotal' do
|
||||||
expect(output[:recordsTotal]).to eq(1)
|
expect(output[:recordsTotal]).to eq(1)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue