Sha256: 04d9aa53c71d027159c4035048991829dfed8bfb6c9f40a50e8ad8ffef64bfe4

Contents?: true

Size: 527 Bytes

Versions: 62

Compression:

Stored size: 527 Bytes

Contents

Feature: Intacct Invoice
  I need to be able to send and receive Intacct Invoices.
  We need to also pass an invoice, customer and vendor when creating the object.

  Background:
    Given I have setup the correct settings
    And I have an invoice, customer and vendor
    Then I create an Intacct Invoice object

  Scenario Outline: It should "CRUD" an invoice in Intacct
    Given I use the #<method> method
    Then I should recieve a sucessfull response

    Examples:
      | method  |
      | create  |
      | delete |

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
intacctrb-0.2pre spec/features/intacct_invoice.feature
intacctrb-0.1 spec/features/intacct_invoice.feature