paidapi/paid-ruby

View on GitHub
tasks/api_test.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method run_transaction_tests has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def run_transaction_tests(customer)
    puts "Creating 2 transactions with customer=#{customer.id}"
    transaction = Paid::Transaction.create({
      :amount => 100,
      :description => 'a description',
Severity: Minor
Found in tasks/api_test.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status