Sha256: aa5a28fc5afee4540bfa09581cac134cc2efd93ea6af2a4a0450d8a8012fe081

Contents?: true

Size: 516 Bytes

Versions: 62

Compression:

Stored size: 516 Bytes

Contents

Feature: Intacct Bill
  I need to be able to send and receive Intacct Bills.
  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 payment, customer and vendor
    Then I create an Intacct Bill 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.5.6 spec/features/intacct_bill.feature
intacctrb-0.5.5 spec/features/intacct_bill.feature
intacctrb-0.5.4 spec/features/intacct_bill.feature
intacctrb-0.5.3 spec/features/intacct_bill.feature
intacctrb-0.5.2 spec/features/intacct_bill.feature
intacctrb-0.5.1 spec/features/intacct_bill.feature
intacctrb-0.5.0 spec/features/intacct_bill.feature
intacctrb-0.4.9 spec/features/intacct_bill.feature
intacctrb-0.4.8 spec/features/intacct_bill.feature
intacctrb-0.4.7 spec/features/intacct_bill.feature
intacctrb-0.4.6 spec/features/intacct_bill.feature
intacctrb-0.4.5 spec/features/intacct_bill.feature
intacctrb-0.4.4 spec/features/intacct_bill.feature
intacctrb-0.4.3 spec/features/intacct_bill.feature
intacctrb-0.4.2 spec/features/intacct_bill.feature
intacctrb-0.4.1 spec/features/intacct_bill.feature
intacctrb-0.4 spec/features/intacct_bill.feature
intacctrb-0.3 spec/features/intacct_bill.feature
intacctrb-0.3pre spec/features/intacct_bill.feature
intacctrb-0.2.1pre spec/features/intacct_bill.feature