enju_library 0.4.0.beta.1 → 0.4.0.beta.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/baskets_controller.rb +37 -12
- data/app/views/withdraws/index.html.erb +3 -1
- data/app/views/withdraws/new.html.erb +3 -1
- data/lib/enju_library/version.rb +1 -1
- data/lib/generators/enju_library/setup/templates/db/fixtures/budget_types.yml +1 -1
- data/spec/controllers/accepts_controller_spec.rb +0 -8
- data/spec/controllers/baskets_controller_spec.rb +6 -7
- data/spec/dummy/app/models/user.rb +0 -7
- data/spec/dummy/config/application.rb +1 -2
- data/spec/dummy/db/schema.rb +1 -1
- data/spec/fixtures/budget_types.yml +2 -2
- data/spec/models/accept_spec.rb +0 -2
- data/spec/models/user_import_file_spec.rb +2 -19
- data/spec/models/withdraw_spec.rb +0 -8
- metadata +5 -59
- data/spec/factories/checkout.rb +0 -11
- data/spec/fixtures/carrier_type_has_checkout_types.yml +0 -31
- data/spec/fixtures/checked_items.yml +0 -35
- data/spec/fixtures/checkins.yml +0 -48
- data/spec/fixtures/checkout_stat_has_manifestations.yml +0 -24
- data/spec/fixtures/checkout_stat_has_users.yml +0 -24
- data/spec/fixtures/checkout_types.yml +0 -34
- data/spec/fixtures/checkouts.yml +0 -162
- data/spec/fixtures/classification_types.yml +0 -63
- data/spec/fixtures/manifestation_checkout_stats.yml +0 -29
- data/spec/fixtures/manifestation_reserve_stats.yml +0 -29
- data/spec/fixtures/reserve_stat_has_manifestations.yml +0 -24
- data/spec/fixtures/reserve_stat_has_users.yml +0 -24
- data/spec/fixtures/reserve_transitions.yml +0 -104
- data/spec/fixtures/reserves.yml +0 -143
- data/spec/fixtures/subject_heading_types.yml +0 -39
- data/spec/fixtures/subject_types.yml +0 -28
- data/spec/fixtures/user_checkout_stats.yml +0 -28
- data/spec/fixtures/user_group_has_checkout_types.yml +0 -111
- 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
|
-
|