Sha256: d2f3e41660850d1fdaa3214847a33c04c715a57ca7cdfbe68ba72697f92d5a2e

Contents?: true

Size: 350 Bytes

Versions: 36

Compression:

Stored size: 350 Bytes

Contents

# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html

one:
  name: MyString
  cash: false
  fiscal: false

two:
  name: MyString
  cash: false
  fiscal: false

cash:
  name: Cash
  cash: true
  fiscal: false

fiscal: 
  name: Fiscal
  cash: true
  fiscal: true
  
card:
  name: Card
  cash: false
  fiscal: true
  

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
billing-0.2.2 test/fixtures/billing/payment_types.yml
billing-0.2.1 test/fixtures/billing/payment_types.yml
billing-0.2.0 test/fixtures/billing/payment_types.yml
billing-0.1.9 test/fixtures/billing/payment_types.yml
billing-0.1.8 test/fixtures/billing/payment_types.yml
billing-0.1.7 test/fixtures/billing/payment_types.yml
billing-0.1.6 test/fixtures/billing/payment_types.yml
billing-0.1.5 test/fixtures/billing/payment_types.yml
billing-0.1.4 test/fixtures/billing/payment_types.yml
billing-0.1.3 test/fixtures/billing/payment_types.yml
billing-0.1.2a test/fixtures/billing/payment_types.yml
billing-0.1.2 test/fixtures/billing/payment_types.yml
billing-0.1.1 test/fixtures/billing/payment_types.yml
billing-0.1.0a test/fixtures/billing/payment_types.yml
billing-0.1.0 test/fixtures/billing/payment_types.yml
billing-0.0.9 test/fixtures/billing/payment_types.yml
billing-0.0.8a test/fixtures/billing/payment_types.yml
billing-0.0.8 test/fixtures/billing/payment_types.yml
billing-0.0.7i test/fixtures/billing/payment_types.yml
billing-0.0.7g test/fixtures/billing/payment_types.yml