8 lines
No EOL
142 B
Ruby
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 |