enju_library 0.4.0.beta.1 → 0.4.0.beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/baskets_controller.rb +37 -12
  3. data/app/views/withdraws/index.html.erb +3 -1
  4. data/app/views/withdraws/new.html.erb +3 -1
  5. data/lib/enju_library/version.rb +1 -1
  6. data/lib/generators/enju_library/setup/templates/db/fixtures/budget_types.yml +1 -1
  7. data/spec/controllers/accepts_controller_spec.rb +0 -8
  8. data/spec/controllers/baskets_controller_spec.rb +6 -7
  9. data/spec/dummy/app/models/user.rb +0 -7
  10. data/spec/dummy/config/application.rb +1 -2
  11. data/spec/dummy/db/schema.rb +1 -1
  12. data/spec/fixtures/budget_types.yml +2 -2
  13. data/spec/models/accept_spec.rb +0 -2
  14. data/spec/models/user_import_file_spec.rb +2 -19
  15. data/spec/models/withdraw_spec.rb +0 -8
  16. metadata +5 -59
  17. data/spec/factories/checkout.rb +0 -11
  18. data/spec/fixtures/carrier_type_has_checkout_types.yml +0 -31
  19. data/spec/fixtures/checked_items.yml +0 -35
  20. data/spec/fixtures/checkins.yml +0 -48
  21. data/spec/fixtures/checkout_stat_has_manifestations.yml +0 -24
  22. data/spec/fixtures/checkout_stat_has_users.yml +0 -24
  23. data/spec/fixtures/checkout_types.yml +0 -34
  24. data/spec/fixtures/checkouts.yml +0 -162
  25. data/spec/fixtures/classification_types.yml +0 -63
  26. data/spec/fixtures/manifestation_checkout_stats.yml +0 -29
  27. data/spec/fixtures/manifestation_reserve_stats.yml +0 -29
  28. data/spec/fixtures/reserve_stat_has_manifestations.yml +0 -24
  29. data/spec/fixtures/reserve_stat_has_users.yml +0 -24
  30. data/spec/fixtures/reserve_transitions.yml +0 -104
  31. data/spec/fixtures/reserves.yml +0 -143
  32. data/spec/fixtures/subject_heading_types.yml +0 -39
  33. data/spec/fixtures/subject_types.yml +0 -28
  34. data/spec/fixtures/user_checkout_stats.yml +0 -28
  35. data/spec/fixtures/user_group_has_checkout_types.yml +0 -111
  36. data/spec/fixtures/user_reserve_stats.yml +0 -28
@@ -1,28 +0,0 @@
1
- # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2
-
3
- one:
4
- id: 1
5
- start_date: 2008-12-20 11:36:28
6
- end_date: 2008-12-21 11:36:28
7
- note: MyText
8
-
9
- two:
10
- id: 2
11
- start_date: 2008-12-20 11:36:28
12
- end_date: 2008-12-21 11:36:28
13
- note: MyText
14
- # == Schema Information
15
- #
16
- # Table name: user_reserve_stats
17
- #
18
- # id :integer not null, primary key
19
- # start_date :datetime
20
- # end_date :datetime
21
- # note :text
22
- # state :string(255)
23
- # created_at :datetime not null
24
- # updated_at :datetime not null
25
- # started_at :datetime
26
- # completed_at :datetime
27
- #
28
-