Make CreateCampaign fail in pending

This commit is contained in:
Eric Schultz 2019-01-28 16:33:39 -06:00 committed by Luis Castro
parent dd53f11be9
commit d90d2b3505
No known key found for this signature in database
GPG key ID: 0A8F33D4C4E27639

View file

@ -4,5 +4,6 @@ require 'rails_helper'
describe CreateCampaign do
it 'is untested' do
pending 'add tests here'
fail
end
end