Properly pend outputs context

This commit is contained in:
CactusPuppy 2021-04-07 13:21:37 -07:00
parent fd3d7f565f
commit 09298ed38e
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -90,10 +90,12 @@ describe UserDatatable do
it { is_expected.to respond_to(:view_columns) }
end
skip 'outputs' do
context 'outputs' do
let(:user) { User.first }
let(:output) { user_datatable.as_json }
before { pending('Investigate CI failures') }
it 'recordsTotal' do
expect(output[:recordsTotal]).to eq(1)
end