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.9.6 spec/features/intacct_invoice.feature
intacctrb-0.9.5 spec/features/intacct_invoice.feature
intacctrb-0.9.4 spec/features/intacct_invoice.feature
intacctrb-0.9.3 spec/features/intacct_invoice.feature
intacctrb-0.9.2 spec/features/intacct_invoice.feature
intacctrb-0.9.1 spec/features/intacct_invoice.feature
intacctrb-0.9.0 spec/features/intacct_invoice.feature
intacctrb-0.8.21 spec/features/intacct_invoice.feature
intacctrb-0.8.20 spec/features/intacct_invoice.feature
intacctrb-0.8.19 spec/features/intacct_invoice.feature
intacctrb-0.8.18 spec/features/intacct_invoice.feature
intacctrb-0.8.17 spec/features/intacct_invoice.feature
intacctrb-0.8.16 spec/features/intacct_invoice.feature
intacctrb-0.8.15 spec/features/intacct_invoice.feature
intacctrb-0.8.14 spec/features/intacct_invoice.feature
intacctrb-0.8.13 spec/features/intacct_invoice.feature
intacctrb-0.8.12 spec/features/intacct_invoice.feature
intacctrb-0.8.11 spec/features/intacct_invoice.feature
intacctrb-0.8.10 spec/features/intacct_invoice.feature
intacctrb-0.8.9 spec/features/intacct_invoice.feature