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