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.0.7f test/fixtures/billing/payment_types.yml
billing-0.0.7e test/fixtures/billing/payment_types.yml
billing-0.0.7d test/fixtures/billing/payment_types.yml
billing-0.0.7c test/fixtures/billing/payment_types.yml
billing-0.0.7b test/fixtures/billing/payment_types.yml
billing-0.0.7a test/fixtures/billing/payment_types.yml
billing-0.0.7 test/fixtures/billing/payment_types.yml
billing-0.0.6a test/fixtures/billing/payment_types.yml
billing-0.0.5b test/fixtures/billing/payment_types.yml
billing-0.0.5a test/fixtures/billing/payment_types.yml
billing-0.0.5 test/fixtures/billing/payment_types.yml
billing-0.0.4d test/fixtures/billing/payment_types.yml
billing-0.0.4c test/fixtures/billing/payment_types.yml
billing-0.0.4b test/fixtures/billing/payment_types.yml
billing-0.0.4a test/fixtures/billing/payment_types.yml
billing-0.0.4 test/fixtures/billing/payment_types.yml