Sha256: f626978f7c3f0fd6afb854eda57d6ec07eead363137600e7a0ce6cad7bb5f386

Contents?: true

Size: 351 Bytes

Versions: 5

Compression:

Stored size: 351 Bytes

Contents

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

one:
  date: '08/08/2013'
  amount: 9.99
  mode: Chèque
  adhesion: 
  member: 

two:
  date: '08/08/2013'
  amount: -9.99
  mode: CB
  adhesion: 
  member: 
    
invalid_mode:
  date: '08/08/2013'
  amount: 9.99
  mode: Dessous de table
  adhesion: 
  member: 

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
adherent-0.1.0 test/fixtures/adherent/payments.yml
adherent-0.0.9 test/fixtures/adherent/payments.yml
adherent-0.0.7 test/fixtures/adherent/payments.yml
adherent-0.0.6 test/fixtures/adherent/payments.yml
adherent-0.0.5 test/fixtures/adherent/payments.yml