houdini/spec/lib/import/import_civicrm_payments_spec.rb

8 lines
No EOL
142 B
Ruby

require 'rails_helper'
describe ImportCivicrmPayments do
it 'is untested', pending: true do
pending 'add tests here'
fail
end
end