spec/support/data.rb in ferry-0.0.6 vs spec/support/data.rb in ferry-0.0.8
- old
+ new
@@ -1,11 +1,11 @@
Design.create(
- :design_id => 1,
- :product_id => 1,
- :account_id => 1,
- :account_file => "Reunion 2014",
- :save_method => "WWW",
- :total_units => 25,
- :has_upload => true,
- :created_at => DateTime.now,
- :updated_at => DateTime.now,
- :postal_code => 96822)
\ No newline at end of file
+ :design_id => 1,
+ :product_id => 1,
+ :account_id => 1,
+ :account_file => "Reunion 2014",
+ :save_method => "WWW",
+ :total_units => 25,
+ :has_upload => true,
+ :created_at => DateTime.now,
+ :updated_at => DateTime.now,
+ :postal_code => 96822)