Merge pull request #138 from snap-cloud/confirmation-email-update

Improve the Account Confirmation Email
This commit is contained in:
Michael Ball 2021-04-15 22:18:23 -07:00 committed by GitHub
commit 68004c842e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 55 additions and 22 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 }