enju_subject 0.2.3 → 0.3.0.beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (204) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +4 -4
  3. data/app/models/classification.rb +1 -1
  4. data/app/models/subject.rb +1 -1
  5. data/app/views/subjects/index.rss.builder +3 -3
  6. data/db/migrate/029_create_subjects.rb +1 -1
  7. data/db/migrate/142_create_classifications.rb +3 -3
  8. data/db/migrate/144_create_classification_types.rb +2 -2
  9. data/db/migrate/145_create_subject_heading_types.rb +2 -2
  10. data/db/migrate/146_create_subject_types.rb +2 -2
  11. data/db/migrate/20110913120629_add_lft_and_rgt_to_classification.rb +1 -1
  12. data/db/migrate/20120406020752_add_url_to_subject.rb +1 -1
  13. data/db/migrate/20130504133816_add_manifestation_id_to_subject.rb +1 -1
  14. data/db/migrate/20130504143515_add_manifestation_id_to_classification.rb +1 -1
  15. data/db/migrate/20130504195916_add_subject_heading_type_id_to_subject.rb +1 -1
  16. data/db/migrate/20150923173139_add_url_to_classification.rb +1 -1
  17. data/db/migrate/20150925092505_add_label_to_classification.rb +1 -1
  18. data/lib/enju_subject/version.rb +1 -1
  19. data/lib/tasks/enju_subject_tasks.rake +1 -1
  20. data/spec/controllers/classification_types_controller_spec.rb +45 -45
  21. data/spec/controllers/classifications_controller_spec.rb +45 -45
  22. data/spec/controllers/subject_heading_types_controller_spec.rb +45 -45
  23. data/spec/controllers/subject_types_controller_spec.rb +45 -45
  24. data/spec/controllers/subjects_controller_spec.rb +44 -44
  25. data/spec/dummy/app/helpers/application_helper.rb +1 -19
  26. data/spec/dummy/app/models/user.rb +1 -1
  27. data/spec/dummy/bin/rails +1 -1
  28. data/spec/dummy/bin/setup +21 -12
  29. data/spec/dummy/bin/update +29 -0
  30. data/spec/dummy/bin/yarn +11 -0
  31. data/spec/dummy/config/application.rb +6 -16
  32. data/spec/dummy/config/cable.yml +10 -0
  33. data/spec/dummy/config/environment.rb +4 -4
  34. data/spec/dummy/config/environments/test.rb +1 -1
  35. data/spec/dummy/config/initializers/application_controller_renderer.rb +8 -0
  36. data/spec/dummy/config/initializers/assets.rb +14 -0
  37. data/spec/dummy/config/initializers/cookies_serializer.rb +5 -0
  38. data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  39. data/spec/dummy/config/puma.rb +56 -0
  40. data/spec/dummy/config/secrets.yml +32 -0
  41. data/spec/dummy/config/spring.rb +6 -0
  42. data/spec/dummy/config/sunspot.yml +23 -0
  43. data/spec/dummy/db/migrate/001_create_agents.rb +7 -7
  44. data/spec/dummy/db/migrate/002_devise_create_users.rb +6 -6
  45. data/spec/dummy/db/migrate/005_create_manifestations.rb +10 -10
  46. data/spec/dummy/db/migrate/006_create_items.rb +6 -6
  47. data/spec/dummy/db/migrate/012_create_owns.rb +3 -3
  48. data/spec/dummy/db/migrate/015_create_creates.rb +3 -3
  49. data/spec/dummy/db/migrate/041_create_roles.rb +3 -3
  50. data/spec/dummy/db/migrate/047_create_produces.rb +3 -3
  51. data/spec/dummy/db/migrate/059_create_libraries.rb +8 -8
  52. data/spec/dummy/db/migrate/069_create_shelves.rb +4 -4
  53. data/spec/dummy/db/migrate/073_create_carrier_types.rb +2 -2
  54. data/spec/dummy/db/migrate/077_create_user_groups.rb +2 -2
  55. data/spec/dummy/db/migrate/080_create_library_groups.rb +3 -3
  56. data/spec/dummy/db/migrate/112_create_frequencies.rb +2 -2
  57. data/spec/dummy/db/migrate/117_create_form_of_works.rb +2 -2
  58. data/spec/dummy/db/migrate/120_create_baskets.rb +2 -2
  59. data/spec/dummy/db/migrate/124_create_bookstores.rb +2 -2
  60. data/spec/dummy/db/migrate/125_create_donates.rb +3 -3
  61. data/spec/dummy/db/migrate/130_create_request_status_types.rb +2 -2
  62. data/spec/dummy/db/migrate/131_create_request_types.rb +2 -2
  63. data/spec/dummy/db/migrate/133_create_agent_merges.rb +2 -2
  64. data/spec/dummy/db/migrate/134_create_agent_merge_lists.rb +1 -1
  65. data/spec/dummy/db/migrate/149_create_message_templates.rb +6 -6
  66. data/spec/dummy/db/migrate/154_create_messages.rb +3 -3
  67. data/spec/dummy/db/migrate/20080819181903_create_message_requests.rb +1 -1
  68. data/spec/dummy/db/migrate/20080830154109_create_realizes.rb +3 -3
  69. data/spec/dummy/db/migrate/20080830172106_create_exemplifies.rb +4 -4
  70. data/spec/dummy/db/migrate/20080905191442_create_agent_types.rb +2 -2
  71. data/spec/dummy/db/migrate/20081006090811_create_subscriptions.rb +3 -3
  72. data/spec/dummy/db/migrate/20081006093246_create_subscribes.rb +5 -5
  73. data/spec/dummy/db/migrate/20081023092436_create_search_engines.rb +6 -6
  74. data/spec/dummy/db/migrate/20081025083323_create_countries.rb +5 -5
  75. data/spec/dummy/db/migrate/20081025083905_create_languages.rb +6 -6
  76. data/spec/dummy/db/migrate/20081027150907_create_picture_files.rb +2 -2
  77. data/spec/dummy/db/migrate/20081028083142_create_agent_import_files.rb +1 -1
  78. data/spec/dummy/db/migrate/20081028083208_create_resource_import_files.rb +1 -1
  79. data/spec/dummy/db/migrate/20090705133942_add_attachments_picture_to_picture_file.rb +1 -1
  80. data/spec/dummy/db/migrate/20090705212043_add_attachments_attachment_to_manifestation.rb +1 -1
  81. data/spec/dummy/db/migrate/20090719201843_create_extents.rb +2 -2
  82. data/spec/dummy/db/migrate/20090720091106_create_medium_of_performances.rb +2 -2
  83. data/spec/dummy/db/migrate/20090720091429_create_content_types.rb +2 -2
  84. data/spec/dummy/db/migrate/20090812151902_create_agent_relationship_types.rb +2 -2
  85. data/spec/dummy/db/migrate/20091012101112_add_dcndl_schema.rb +1 -1
  86. data/spec/dummy/db/migrate/20091025080447_create_licenses.rb +2 -2
  87. data/spec/dummy/db/migrate/20091202124834_create_versions.rb +4 -4
  88. data/spec/dummy/db/migrate/20091214131723_create_series_statements.rb +1 -1
  89. data/spec/dummy/db/migrate/20100129142347_create_import_requests.rb +1 -1
  90. data/spec/dummy/db/migrate/20100211105551_add_admin_networks_to_library_group.rb +1 -1
  91. data/spec/dummy/db/migrate/20100223121519_rename_series_statement_title_to_original_title.rb +1 -1
  92. data/spec/dummy/db/migrate/20100314190054_add_opening_hour_to_library.rb +1 -1
  93. data/spec/dummy/db/migrate/20100321235924_add_series_statement_identifier_to_series_statement.rb +1 -1
  94. data/spec/dummy/db/migrate/20100525124311_create_manifestation_relationships.rb +1 -1
  95. data/spec/dummy/db/migrate/20100606065209_create_user_has_roles.rb +1 -1
  96. data/spec/dummy/db/migrate/20100606073747_create_agent_relationships.rb +1 -1
  97. data/spec/dummy/db/migrate/20100607044753_create_manifestation_relationship_types.rb +2 -2
  98. data/spec/dummy/db/migrate/20100814091104_add_position_to_agent_relationship.rb +1 -1
  99. data/spec/dummy/db/migrate/20100925043847_create_resource_import_results.rb +1 -1
  100. data/spec/dummy/db/migrate/20100925074559_create_agent_import_results.rb +1 -1
  101. data/spec/dummy/db/migrate/20101212070145_add_acquired_at_to_item.rb +1 -1
  102. data/spec/dummy/db/migrate/20110222073537_add_url_to_library_group.rb +2 -2
  103. data/spec/dummy/db/migrate/20110301035123_add_pub_date_to_manifestation.rb +1 -1
  104. data/spec/dummy/db/migrate/20110301121550_add_birth_date_and_death_date_to_agent.rb +1 -1
  105. data/spec/dummy/db/migrate/20110318183304_add_valid_period_for_new_user_to_user_group.rb +2 -2
  106. data/spec/dummy/db/migrate/20110603184217_add_edit_mode_to_resource_import_file.rb +1 -1
  107. data/spec/dummy/db/migrate/20110619064807_add_edition_string_to_manifestation.rb +1 -1
  108. data/spec/dummy/db/migrate/20110620173525_add_bookstore_id_to_item.rb +1 -1
  109. data/spec/dummy/db/migrate/20110627034940_create_series_statement_merge_lists.rb +1 -1
  110. data/spec/dummy/db/migrate/20110627035057_create_series_statement_merges.rb +3 -3
  111. data/spec/dummy/db/migrate/20110913115320_add_lft_and_rgt_to_message.rb +1 -1
  112. data/spec/dummy/db/migrate/20110916091020_add_volume_number_to_manifestation.rb +1 -1
  113. data/spec/dummy/db/migrate/20110916103953_add_manifestaiton_id_to_series_statement.rb +1 -1
  114. data/spec/dummy/db/migrate/20110918162329_add_note_to_series_statement.rb +1 -1
  115. data/spec/dummy/db/migrate/20111124110059_create_create_types.rb +1 -1
  116. data/spec/dummy/db/migrate/20111124110319_create_realize_types.rb +1 -1
  117. data/spec/dummy/db/migrate/20111124110355_create_produce_types.rb +1 -1
  118. data/spec/dummy/db/migrate/20111124112131_add_create_type_to_create.rb +1 -1
  119. data/spec/dummy/db/migrate/20120105074911_add_isil_to_library.rb +1 -1
  120. data/spec/dummy/db/migrate/20120125050502_add_depth_to_message.rb +1 -1
  121. data/spec/dummy/db/migrate/20120125152919_add_title_subseries_transcription_to_series_statement.rb +1 -1
  122. data/spec/dummy/db/migrate/20120129014038_create_budget_types.rb +1 -1
  123. data/spec/dummy/db/migrate/20120129020544_add_budget_type_id_to_item.rb +1 -1
  124. data/spec/dummy/db/migrate/20120319120638_add_content_type_id_to_manifestation.rb +2 -2
  125. data/spec/dummy/db/migrate/20120319173203_create_accepts.rb +1 -1
  126. data/spec/dummy/db/migrate/20120410104851_add_year_of_publication_to_manifestation.rb +1 -1
  127. data/spec/dummy/db/migrate/20120413072700_add_picture_meta_to_picture_file.rb +1 -1
  128. data/spec/dummy/db/migrate/20120413100352_add_fingerprint_to_picture_file.rb +1 -1
  129. data/spec/dummy/db/migrate/20120413161340_add_fingerprint_to_resource_import_file.rb +1 -1
  130. data/spec/dummy/db/migrate/20120413161403_add_fingerprint_to_agent_import_file.rb +1 -1
  131. data/spec/dummy/db/migrate/20120413170705_add_error_message_to_resource_import_file.rb +1 -1
  132. data/spec/dummy/db/migrate/20120413170720_add_error_message_to_agent_import_file.rb +1 -1
  133. data/spec/dummy/db/migrate/20120415164821_add_attachment_meta_to_manifestation.rb +1 -1
  134. data/spec/dummy/db/migrate/20120418081407_add_month_of_publication_to_manifestation.rb +1 -1
  135. data/spec/dummy/db/migrate/20120510140958_add_closed_to_shelf.rb +2 -2
  136. data/spec/dummy/db/migrate/20120511072422_add_agent_identifier_to_agent.rb +1 -1
  137. data/spec/dummy/db/migrate/20120602141129_add_edit_mode_to_agent_import_file.rb +1 -1
  138. data/spec/dummy/db/migrate/20121116031206_add_fulltext_content_to_manifestation.rb +1 -1
  139. data/spec/dummy/db/migrate/20121116033446_add_doi_to_manifestation.rb +1 -1
  140. data/spec/dummy/db/migrate/20130221154434_add_additional_attributes_to_user.rb +4 -4
  141. data/spec/dummy/db/migrate/20130412083556_add_latitude_and_longitude_to_library.rb +1 -1
  142. data/spec/dummy/db/migrate/20130421093852_add_periodical_to_manifestation.rb +1 -1
  143. data/spec/dummy/db/migrate/20130421155019_add_creator_string_to_series_statement.rb +1 -1
  144. data/spec/dummy/db/migrate/20130421164124_add_series_master_to_series_statement.rb +1 -1
  145. data/spec/dummy/db/migrate/20130429020822_add_root_manifestation_id_to_series_statement.rb +1 -1
  146. data/spec/dummy/db/migrate/20130506175303_create_identifier_types.rb +1 -1
  147. data/spec/dummy/db/migrate/20130506175834_create_identifiers.rb +3 -3
  148. data/spec/dummy/db/migrate/20130509185724_add_statement_of_responsibility_to_manifestation.rb +1 -1
  149. data/spec/dummy/db/migrate/20140110122216_create_user_import_files.rb +1 -1
  150. data/spec/dummy/db/migrate/20140110131010_create_user_import_results.rb +1 -1
  151. data/spec/dummy/db/migrate/20140122054321_create_profiles.rb +2 -2
  152. data/spec/dummy/db/migrate/20140518111006_create_message_transitions.rb +1 -1
  153. data/spec/dummy/db/migrate/20140518135713_create_message_request_transitions.rb +1 -1
  154. data/spec/dummy/db/migrate/20140519170214_create_resource_import_file_transitions.rb +1 -1
  155. data/spec/dummy/db/migrate/20140519171220_create_import_request_transitions.rb +1 -1
  156. data/spec/dummy/db/migrate/20140524020735_create_agent_import_file_transitions.rb +1 -1
  157. data/spec/dummy/db/migrate/20140524074813_create_user_import_file_transitions.rb +1 -1
  158. data/spec/dummy/db/migrate/20140610123439_drop_email_unique_constraint_enju_leaf_rc10.rb +1 -1
  159. data/spec/dummy/db/migrate/20140614065404_create_resource_export_files.rb +1 -1
  160. data/spec/dummy/db/migrate/20140614141500_create_resource_export_file_transitions.rb +1 -1
  161. data/spec/dummy/db/migrate/20140628072217_add_user_encoding_to_user_import_file.rb +1 -1
  162. data/spec/dummy/db/migrate/20140628073524_add_user_encoding_to_agent_import_file.rb +1 -1
  163. data/spec/dummy/db/migrate/20140628073535_add_user_encoding_to_resource_import_file.rb +1 -1
  164. data/spec/dummy/db/migrate/20140709113413_create_user_export_files.rb +1 -1
  165. data/spec/dummy/db/migrate/20140709113905_create_user_export_file_transitions.rb +1 -1
  166. data/spec/dummy/db/migrate/20140720140916_add_binding_item_identifier_to_item.rb +1 -1
  167. data/spec/dummy/db/migrate/20140720170714_add_default_library_id_to_user_import_file.rb +1 -1
  168. data/spec/dummy/db/migrate/20140720170735_add_default_user_group_id_to_user_import_file.rb +1 -1
  169. data/spec/dummy/db/migrate/20140721151416_add_default_shelf_id_to_resource_import_file.rb +1 -1
  170. data/spec/dummy/db/migrate/20140802082007_add_manifestation_id_to_item.rb +1 -1
  171. data/spec/dummy/db/migrate/20140811031145_add_expired_at_to_profile.rb +1 -1
  172. data/spec/dummy/db/migrate/20140813182425_add_publication_place_to_manifestation.rb +1 -1
  173. data/spec/dummy/db/migrate/20140821151023_create_colors.rb +1 -1
  174. data/spec/dummy/db/migrate/20140822114527_add_error_message_to_resource_import_result.rb +1 -1
  175. data/spec/dummy/db/migrate/20140823083524_add_extent_to_manifestation.rb +1 -1
  176. data/spec/dummy/db/migrate/20140823094847_add_dimensions_to_manifestation.rb +1 -1
  177. data/spec/dummy/db/migrate/20140823095740_rename_manifestation_periodical_to_serial.rb +1 -1
  178. data/spec/dummy/db/migrate/20141003181336_add_full_name_transcription_to_profile.rb +1 -1
  179. data/spec/dummy/db/migrate/20141003182825_add_date_of_birth_to_profile.rb +1 -1
  180. data/spec/dummy/db/migrate/20150221063719_add_settings_to_library_group.rb +1 -1
  181. data/spec/dummy/db/migrate/20150506105356_add_error_message_to_user_import_result.rb +1 -1
  182. data/spec/dummy/db/migrate/20150924115059_create_withdraws.rb +1 -1
  183. data/spec/dummy/db/migrate/20151213070943_add_translation_table_to_library_group.rb +1 -1
  184. data/spec/dummy/db/migrate/20151213072705_add_footer_banner_to_library_group.rb +1 -1
  185. data/spec/dummy/db/migrate/20160610093229_add_html_snippet_to_library_group.rb +1 -1
  186. data/spec/dummy/db/migrate/20160627232219_add_most_recent_to_user_import_file_transitions.rb +1 -1
  187. data/spec/dummy/db/migrate/20160627232316_add_most_recent_to_user_export_file_transitions.rb +1 -1
  188. data/spec/dummy/db/migrate/20160703185015_add_most_recent_to_message_transitions.rb +1 -1
  189. data/spec/dummy/db/migrate/20160813191647_add_max_number_of_results_to_library_group.rb +1 -1
  190. data/spec/dummy/db/migrate/20160813191733_add_family_name_first_to_library_group.rb +1 -1
  191. data/spec/dummy/db/migrate/20160813192542_add_pub_year_facet_range_interval_to_library_group.rb +1 -1
  192. data/spec/dummy/db/migrate/20160813203039_add_user_id_to_library_group.rb +1 -1
  193. data/spec/dummy/db/migrate/20160814165332_add_most_recent_to_message_request_transitions.rb +1 -1
  194. data/spec/dummy/db/schema.rb +645 -694
  195. data/spec/factories/profile.rb +1 -1
  196. data/spec/rails_helper.rb +1 -14
  197. data/spec/requests/subjects_spec.rb +1 -1
  198. data/spec/routing/subject_heading_types_routing_spec.rb +7 -7
  199. data/spec/routing/subject_types_routing_spec.rb +7 -7
  200. data/spec/routing/subjects_routing_spec.rb +7 -7
  201. metadata +37 -32
  202. data/lib/enju_subject/expire_editable_fragment.rb +0 -56
  203. data/lib/enju_subject/master_model.rb +0 -41
  204. data/lib/enju_subject/page_sweeper.rb +0 -45
@@ -46,7 +46,7 @@ describe ClassificationsController do
46
46
  end
47
47
 
48
48
  it 'should get index with query' do
49
- get :index, query: '500'
49
+ get :index, params: { query: '500' }
50
50
  response.should be_success
51
51
  expect(assigns(:classifications)).not_to be_empty
52
52
  end
@@ -62,7 +62,7 @@ describe ClassificationsController do
62
62
  login_admin
63
63
 
64
64
  it 'assigns the requested classification as @classification' do
65
- get :show, id: @classification.id
65
+ get :show, params: { id: @classification.id }
66
66
  expect(assigns(:classification)).to eq(@classification)
67
67
  end
68
68
  end
@@ -71,7 +71,7 @@ describe ClassificationsController do
71
71
  login_librarian
72
72
 
73
73
  it 'assigns the requested classification as @classification' do
74
- get :show, id: @classification.id
74
+ get :show, params: { id: @classification.id }
75
75
  expect(assigns(:classification)).to eq(@classification)
76
76
  end
77
77
  end
@@ -80,14 +80,14 @@ describe ClassificationsController do
80
80
  login_user
81
81
 
82
82
  it 'assigns the requested classification as @classification' do
83
- get :show, id: @classification.id
83
+ get :show, params: { id: @classification.id }
84
84
  expect(assigns(:classification)).to eq(@classification)
85
85
  end
86
86
  end
87
87
 
88
88
  describe 'When not logged in' do
89
89
  it 'assigns the requested classification as @classification' do
90
- get :show, id: @classification.id
90
+ get :show, params: { id: @classification.id }
91
91
  expect(assigns(:classification)).to eq(@classification)
92
92
  end
93
93
  end
@@ -136,7 +136,7 @@ describe ClassificationsController do
136
136
 
137
137
  it 'assigns the requested classification as @classification' do
138
138
  classification = FactoryBot.create(:classification)
139
- get :edit, id: classification.id
139
+ get :edit, params: { id: classification.id }
140
140
  expect(assigns(:classification)).to eq(classification)
141
141
  end
142
142
  end
@@ -146,7 +146,7 @@ describe ClassificationsController do
146
146
 
147
147
  it 'assigns the requested classification as @classification' do
148
148
  classification = FactoryBot.create(:classification)
149
- get :edit, id: classification.id
149
+ get :edit, params: { id: classification.id }
150
150
  expect(assigns(:classification)).to eq(classification)
151
151
  end
152
152
  end
@@ -156,7 +156,7 @@ describe ClassificationsController do
156
156
 
157
157
  it 'assigns the requested classification as @classification' do
158
158
  classification = FactoryBot.create(:classification)
159
- get :edit, id: classification.id
159
+ get :edit, params: { id: classification.id }
160
160
  response.should be_forbidden
161
161
  end
162
162
  end
@@ -164,7 +164,7 @@ describe ClassificationsController do
164
164
  describe 'When not logged in' do
165
165
  it 'should not assign the requested classification as @classification' do
166
166
  classification = FactoryBot.create(:classification)
167
- get :edit, id: classification.id
167
+ get :edit, params: { id: classification.id }
168
168
  response.should redirect_to(new_user_session_url)
169
169
  end
170
170
  end
@@ -181,24 +181,24 @@ describe ClassificationsController do
181
181
 
182
182
  describe 'with valid params' do
183
183
  it 'assigns a newly created classification as @classification' do
184
- post :create, classification: @attrs
184
+ post :create, params: { classification: @attrs }
185
185
  expect(assigns(:classification)).to be_valid
186
186
  end
187
187
 
188
188
  it 'redirects to the created classification' do
189
- post :create, classification: @attrs
189
+ post :create, params: { classification: @attrs }
190
190
  response.should redirect_to(classification_url(assigns(:classification)))
191
191
  end
192
192
  end
193
193
 
194
194
  describe 'with invalid params' do
195
195
  it 'assigns a newly created but unsaved classification as @classification' do
196
- post :create, classification: @invalid_attrs
196
+ post :create, params: { classification: @invalid_attrs }
197
197
  expect(assigns(:classification)).not_to be_valid
198
198
  end
199
199
 
200
200
  it "re-renders the 'new' template" do
201
- post :create, classification: @invalid_attrs
201
+ post :create, params: { classification: @invalid_attrs }
202
202
  response.should render_template('new')
203
203
  end
204
204
  end
@@ -209,24 +209,24 @@ describe ClassificationsController do
209
209
 
210
210
  describe 'with valid params' do
211
211
  it 'assigns a newly created classification as @classification' do
212
- post :create, classification: @attrs
212
+ post :create, params: { classification: @attrs }
213
213
  expect(assigns(:classification)).to be_nil
214
214
  end
215
215
 
216
216
  it 'should be forbidden' do
217
- post :create, classification: @attrs
217
+ post :create, params: { classification: @attrs }
218
218
  response.should be_forbidden
219
219
  end
220
220
  end
221
221
 
222
222
  describe 'with invalid params' do
223
223
  it 'assigns a newly created but unsaved classification as @classification' do
224
- post :create, classification: @invalid_attrs
224
+ post :create, params: { classification: @invalid_attrs }
225
225
  expect(assigns(:classification)).to be_nil
226
226
  end
227
227
 
228
228
  it 'should be forbidden' do
229
- post :create, classification: @invalid_attrs
229
+ post :create, params: { classification: @invalid_attrs }
230
230
  response.should be_forbidden
231
231
  end
232
232
  end
@@ -237,24 +237,24 @@ describe ClassificationsController do
237
237
 
238
238
  describe 'with valid params' do
239
239
  it 'assigns a newly created classification as @classification' do
240
- post :create, classification: @attrs
240
+ post :create, params: { classification: @attrs }
241
241
  expect(assigns(:classification)).to be_nil
242
242
  end
243
243
 
244
244
  it 'should be forbidden' do
245
- post :create, classification: @attrs
245
+ post :create, params: { classification: @attrs }
246
246
  response.should be_forbidden
247
247
  end
248
248
  end
249
249
 
250
250
  describe 'with invalid params' do
251
251
  it 'assigns a newly created but unsaved classification as @classification' do
252
- post :create, classification: @invalid_attrs
252
+ post :create, params: { classification: @invalid_attrs }
253
253
  expect(assigns(:classification)).to be_nil
254
254
  end
255
255
 
256
256
  it 'should be forbidden' do
257
- post :create, classification: @invalid_attrs
257
+ post :create, params: { classification: @invalid_attrs }
258
258
  response.should be_forbidden
259
259
  end
260
260
  end
@@ -263,24 +263,24 @@ describe ClassificationsController do
263
263
  describe 'When not logged in' do
264
264
  describe 'with valid params' do
265
265
  it 'assigns a newly created classification as @classification' do
266
- post :create, classification: @attrs
266
+ post :create, params: { classification: @attrs }
267
267
  expect(assigns(:classification)).to be_nil
268
268
  end
269
269
 
270
270
  it 'should be forbidden' do
271
- post :create, classification: @attrs
271
+ post :create, params: { classification: @attrs }
272
272
  response.should redirect_to(new_user_session_url)
273
273
  end
274
274
  end
275
275
 
276
276
  describe 'with invalid params' do
277
277
  it 'assigns a newly created but unsaved classification as @classification' do
278
- post :create, classification: @invalid_attrs
278
+ post :create, params: { classification: @invalid_attrs }
279
279
  expect(assigns(:classification)).to be_nil
280
280
  end
281
281
 
282
282
  it 'should be forbidden' do
283
- post :create, classification: @invalid_attrs
283
+ post :create, params: { classification: @invalid_attrs }
284
284
  response.should redirect_to(new_user_session_url)
285
285
  end
286
286
  end
@@ -299,18 +299,18 @@ describe ClassificationsController do
299
299
 
300
300
  describe 'with valid params' do
301
301
  it 'updates the requested classification' do
302
- put :update, id: @classification.id, classification: @attrs
302
+ put :update, params: { id: @classification.id, classification: @attrs }
303
303
  end
304
304
 
305
305
  it 'assigns the requested classification as @classification' do
306
- put :update, id: @classification.id, classification: @attrs
306
+ put :update, params: { id: @classification.id, classification: @attrs }
307
307
  expect(assigns(:classification)).to eq(@classification)
308
308
  end
309
309
  end
310
310
 
311
311
  describe 'with invalid params' do
312
312
  it 'assigns the requested classification as @classification' do
313
- put :update, id: @classification.id, classification: @invalid_attrs
313
+ put :update, params: { id: @classification.id, classification: @invalid_attrs }
314
314
  response.should render_template('edit')
315
315
  end
316
316
  end
@@ -321,11 +321,11 @@ describe ClassificationsController do
321
321
 
322
322
  describe 'with valid params' do
323
323
  it 'updates the requested classification' do
324
- put :update, id: @classification.id, classification: @attrs
324
+ put :update, params: { id: @classification.id, classification: @attrs }
325
325
  end
326
326
 
327
327
  it 'should be forbidden' do
328
- put :update, id: @classification.id, classification: @attrs
328
+ put :update, params: { id: @classification.id, classification: @attrs }
329
329
  expect(assigns(:classification)).to eq(@classification)
330
330
  response.should be_forbidden
331
331
  end
@@ -333,7 +333,7 @@ describe ClassificationsController do
333
333
 
334
334
  describe 'with invalid params' do
335
335
  it 'should be forbidden' do
336
- put :update, id: @classification, classification: @invalid_attrs
336
+ put :update, params: { id: @classification, classification: @invalid_attrs }
337
337
  response.should be_forbidden
338
338
  end
339
339
  end
@@ -344,11 +344,11 @@ describe ClassificationsController do
344
344
 
345
345
  describe 'with valid params' do
346
346
  it 'updates the requested classification' do
347
- put :update, id: @classification.id, classification: @attrs
347
+ put :update, params: { id: @classification.id, classification: @attrs }
348
348
  end
349
349
 
350
350
  it 'assigns the requested classification as @classification' do
351
- put :update, id: @classification.id, classification: @attrs
351
+ put :update, params: { id: @classification.id, classification: @attrs }
352
352
  expect(assigns(:classification)).to eq(@classification)
353
353
  response.should be_forbidden
354
354
  end
@@ -356,7 +356,7 @@ describe ClassificationsController do
356
356
 
357
357
  describe 'with invalid params' do
358
358
  it 'assigns the requested classification as @classification' do
359
- put :update, id: @classification.id, classification: @invalid_attrs
359
+ put :update, params: { id: @classification.id, classification: @invalid_attrs }
360
360
  response.should be_forbidden
361
361
  end
362
362
  end
@@ -365,18 +365,18 @@ describe ClassificationsController do
365
365
  describe 'When not logged in' do
366
366
  describe 'with valid params' do
367
367
  it 'updates the requested classification' do
368
- put :update, id: @classification.id, classification: @attrs
368
+ put :update, params: { id: @classification.id, classification: @attrs }
369
369
  end
370
370
 
371
371
  it 'should be forbidden' do
372
- put :update, id: @classification.id, classification: @attrs
372
+ put :update, params: { id: @classification.id, classification: @attrs }
373
373
  response.should redirect_to(new_user_session_url)
374
374
  end
375
375
  end
376
376
 
377
377
  describe 'with invalid params' do
378
378
  it 'assigns the requested classification as @classification' do
379
- put :update, id: @classification.id, classification: @invalid_attrs
379
+ put :update, params: { id: @classification.id, classification: @invalid_attrs }
380
380
  response.should redirect_to(new_user_session_url)
381
381
  end
382
382
  end
@@ -392,11 +392,11 @@ describe ClassificationsController do
392
392
  login_admin
393
393
 
394
394
  it 'destroys the requested classification' do
395
- delete :destroy, id: @classification.id
395
+ delete :destroy, params: { id: @classification.id }
396
396
  end
397
397
 
398
398
  it 'redirects to the classifications list' do
399
- delete :destroy, id: @classification.id
399
+ delete :destroy, params: { id: @classification.id }
400
400
  response.should redirect_to(classifications_url)
401
401
  end
402
402
  end
@@ -405,11 +405,11 @@ describe ClassificationsController do
405
405
  login_librarian
406
406
 
407
407
  it 'destroys the requested classification' do
408
- delete :destroy, id: @classification.id
408
+ delete :destroy, params: { id: @classification.id }
409
409
  end
410
410
 
411
411
  it 'should be forbidden' do
412
- delete :destroy, id: @classification.id
412
+ delete :destroy, params: { id: @classification.id }
413
413
  response.should be_forbidden
414
414
  end
415
415
  end
@@ -418,22 +418,22 @@ describe ClassificationsController do
418
418
  login_user
419
419
 
420
420
  it 'destroys the requested classification' do
421
- delete :destroy, id: @classification.id
421
+ delete :destroy, params: { id: @classification.id }
422
422
  end
423
423
 
424
424
  it 'should be forbidden' do
425
- delete :destroy, id: @classification.id
425
+ delete :destroy, params: { id: @classification.id }
426
426
  response.should be_forbidden
427
427
  end
428
428
  end
429
429
 
430
430
  describe 'When not logged in' do
431
431
  it 'destroys the requested classification' do
432
- delete :destroy, id: @classification.id
432
+ delete :destroy, params: { id: @classification.id }
433
433
  end
434
434
 
435
435
  it 'should be forbidden' do
436
- delete :destroy, id: @classification.id
436
+ delete :destroy, params: { id: @classification.id }
437
437
  response.should redirect_to(new_user_session_url)
438
438
  end
439
439
  end
@@ -55,7 +55,7 @@ describe SubjectHeadingTypesController do
55
55
 
56
56
  it 'assigns the requested subject_heading_type as @subject_heading_type' do
57
57
  subject_heading_type = FactoryBot.create(:subject_heading_type)
58
- get :show, id: subject_heading_type.id
58
+ get :show, params: { id: subject_heading_type.id }
59
59
  expect(assigns(:subject_heading_type)).to eq(subject_heading_type)
60
60
  end
61
61
  end
@@ -65,7 +65,7 @@ describe SubjectHeadingTypesController do
65
65
 
66
66
  it 'assigns the requested subject_heading_type as @subject_heading_type' do
67
67
  subject_heading_type = FactoryBot.create(:subject_heading_type)
68
- get :show, id: subject_heading_type.id
68
+ get :show, params: { id: subject_heading_type.id }
69
69
  expect(assigns(:subject_heading_type)).to eq(subject_heading_type)
70
70
  end
71
71
  end
@@ -75,7 +75,7 @@ describe SubjectHeadingTypesController do
75
75
 
76
76
  it 'assigns the requested subject_heading_type as @subject_heading_type' do
77
77
  subject_heading_type = FactoryBot.create(:subject_heading_type)
78
- get :show, id: subject_heading_type.id
78
+ get :show, params: { id: subject_heading_type.id }
79
79
  expect(assigns(:subject_heading_type)).to eq(subject_heading_type)
80
80
  end
81
81
  end
@@ -83,7 +83,7 @@ describe SubjectHeadingTypesController do
83
83
  describe 'When not logged in' do
84
84
  it 'assigns the requested subject_heading_type as @subject_heading_type' do
85
85
  subject_heading_type = FactoryBot.create(:subject_heading_type)
86
- get :show, id: subject_heading_type.id
86
+ get :show, params: { id: subject_heading_type.id }
87
87
  expect(assigns(:subject_heading_type)).to eq(subject_heading_type)
88
88
  end
89
89
  end
@@ -135,7 +135,7 @@ describe SubjectHeadingTypesController do
135
135
 
136
136
  it 'assigns the requested subject_heading_type as @subject_heading_type' do
137
137
  subject_heading_type = FactoryBot.create(:subject_heading_type)
138
- get :edit, id: subject_heading_type.id
138
+ get :edit, params: { id: subject_heading_type.id }
139
139
  expect(assigns(:subject_heading_type)).to eq(subject_heading_type)
140
140
  end
141
141
  end
@@ -145,7 +145,7 @@ describe SubjectHeadingTypesController do
145
145
 
146
146
  it 'assigns the requested subject_heading_type as @subject_heading_type' do
147
147
  subject_heading_type = FactoryBot.create(:subject_heading_type)
148
- get :edit, id: subject_heading_type.id
148
+ get :edit, params: { id: subject_heading_type.id }
149
149
  response.should be_forbidden
150
150
  end
151
151
  end
@@ -155,7 +155,7 @@ describe SubjectHeadingTypesController do
155
155
 
156
156
  it 'assigns the requested subject_heading_type as @subject_heading_type' do
157
157
  subject_heading_type = FactoryBot.create(:subject_heading_type)
158
- get :edit, id: subject_heading_type.id
158
+ get :edit, params: { id: subject_heading_type.id }
159
159
  response.should be_forbidden
160
160
  end
161
161
  end
@@ -163,7 +163,7 @@ describe SubjectHeadingTypesController do
163
163
  describe 'When not logged in' do
164
164
  it 'should not assign the requested subject_heading_type as @subject_heading_type' do
165
165
  subject_heading_type = FactoryBot.create(:subject_heading_type)
166
- get :edit, id: subject_heading_type.id
166
+ get :edit, params: { id: subject_heading_type.id }
167
167
  response.should redirect_to(new_user_session_url)
168
168
  end
169
169
  end
@@ -180,24 +180,24 @@ describe SubjectHeadingTypesController do
180
180
 
181
181
  describe 'with valid params' do
182
182
  it 'assigns a newly created subject_heading_type as @subject_heading_type' do
183
- post :create, subject_heading_type: @attrs
183
+ post :create, params: { subject_heading_type: @attrs }
184
184
  expect(assigns(:subject_heading_type)).to be_valid
185
185
  end
186
186
 
187
187
  it 'redirects to the created agent' do
188
- post :create, subject_heading_type: @attrs
188
+ post :create, params: { subject_heading_type: @attrs }
189
189
  response.should redirect_to(assigns(:subject_heading_type))
190
190
  end
191
191
  end
192
192
 
193
193
  describe 'with invalid params' do
194
194
  it 'assigns a newly created but unsaved subject_heading_type as @subject_heading_type' do
195
- post :create, subject_heading_type: @invalid_attrs
195
+ post :create, params: { subject_heading_type: @invalid_attrs }
196
196
  expect(assigns(:subject_heading_type)).not_to be_valid
197
197
  end
198
198
 
199
199
  it 'should be successful' do
200
- post :create, subject_heading_type: @invalid_attrs
200
+ post :create, params: { subject_heading_type: @invalid_attrs }
201
201
  response.should be_success
202
202
  end
203
203
  end
@@ -208,24 +208,24 @@ describe SubjectHeadingTypesController do
208
208
 
209
209
  describe 'with valid params' do
210
210
  it 'assigns a newly created subject_heading_type as @subject_heading_type' do
211
- post :create, subject_heading_type: @attrs
211
+ post :create, params: { subject_heading_type: @attrs }
212
212
  expect(assigns(:subject_heading_type)).to be_nil
213
213
  end
214
214
 
215
215
  it 'should be forbidden' do
216
- post :create, subject_heading_type: @attrs
216
+ post :create, params: { subject_heading_type: @attrs }
217
217
  response.should be_forbidden
218
218
  end
219
219
  end
220
220
 
221
221
  describe 'with invalid params' do
222
222
  it 'assigns a newly created but unsaved subject_heading_type as @subject_heading_type' do
223
- post :create, subject_heading_type: @invalid_attrs
223
+ post :create, params: { subject_heading_type: @invalid_attrs }
224
224
  expect(assigns(:subject_heading_type)).to be_nil
225
225
  end
226
226
 
227
227
  it 'should be forbidden' do
228
- post :create, subject_heading_type: @invalid_attrs
228
+ post :create, params: { subject_heading_type: @invalid_attrs }
229
229
  response.should be_forbidden
230
230
  end
231
231
  end
@@ -236,24 +236,24 @@ describe SubjectHeadingTypesController do
236
236
 
237
237
  describe 'with valid params' do
238
238
  it 'assigns a newly created subject_heading_type as @subject_heading_type' do
239
- post :create, subject_heading_type: @attrs
239
+ post :create, params: { subject_heading_type: @attrs }
240
240
  expect(assigns(:subject_heading_type)).to be_nil
241
241
  end
242
242
 
243
243
  it 'should be forbidden' do
244
- post :create, subject_heading_type: @attrs
244
+ post :create, params: { subject_heading_type: @attrs }
245
245
  response.should be_forbidden
246
246
  end
247
247
  end
248
248
 
249
249
  describe 'with invalid params' do
250
250
  it 'assigns a newly created but unsaved subject_heading_type as @subject_heading_type' do
251
- post :create, subject_heading_type: @invalid_attrs
251
+ post :create, params: { subject_heading_type: @invalid_attrs }
252
252
  expect(assigns(:subject_heading_type)).to be_nil
253
253
  end
254
254
 
255
255
  it 'should be forbidden' do
256
- post :create, subject_heading_type: @invalid_attrs
256
+ post :create, params: { subject_heading_type: @invalid_attrs }
257
257
  response.should be_forbidden
258
258
  end
259
259
  end
@@ -262,24 +262,24 @@ describe SubjectHeadingTypesController do
262
262
  describe 'When not logged in' do
263
263
  describe 'with valid params' do
264
264
  it 'assigns a newly created subject_heading_type as @subject_heading_type' do
265
- post :create, subject_heading_type: @attrs
265
+ post :create, params: { subject_heading_type: @attrs }
266
266
  expect(assigns(:subject_heading_type)).to be_nil
267
267
  end
268
268
 
269
269
  it 'should be forbidden' do
270
- post :create, subject_heading_type: @attrs
270
+ post :create, params: { subject_heading_type: @attrs }
271
271
  response.should redirect_to(new_user_session_url)
272
272
  end
273
273
  end
274
274
 
275
275
  describe 'with invalid params' do
276
276
  it 'assigns a newly created but unsaved subject_heading_type as @subject_heading_type' do
277
- post :create, subject_heading_type: @invalid_attrs
277
+ post :create, params: { subject_heading_type: @invalid_attrs }
278
278
  expect(assigns(:subject_heading_type)).to be_nil
279
279
  end
280
280
 
281
281
  it 'should be forbidden' do
282
- post :create, subject_heading_type: @invalid_attrs
282
+ post :create, params: { subject_heading_type: @invalid_attrs }
283
283
  response.should redirect_to(new_user_session_url)
284
284
  end
285
285
  end
@@ -298,23 +298,23 @@ describe SubjectHeadingTypesController do
298
298
 
299
299
  describe 'with valid params' do
300
300
  it 'updates the requested subject_heading_type' do
301
- put :update, id: @subject_heading_type.id, subject_heading_type: @attrs
301
+ put :update, params: { id: @subject_heading_type.id, subject_heading_type: @attrs }
302
302
  end
303
303
 
304
304
  it 'assigns the requested subject_heading_type as @subject_heading_type' do
305
- put :update, id: @subject_heading_type.id, subject_heading_type: @attrs
305
+ put :update, params: { id: @subject_heading_type.id, subject_heading_type: @attrs }
306
306
  expect(assigns(:subject_heading_type)).to eq(@subject_heading_type)
307
307
  end
308
308
 
309
309
  it 'moves its position when specified' do
310
- put :update, id: @subject_heading_type.id, subject_heading_type: @attrs, move: 'lower'
310
+ put :update, params: { id: @subject_heading_type.id, subject_heading_type: @attrs, move: 'lower' }
311
311
  response.should redirect_to(subject_heading_types_url)
312
312
  end
313
313
  end
314
314
 
315
315
  describe 'with invalid params' do
316
316
  it 'assigns the requested subject_heading_type as @subject_heading_type' do
317
- put :update, id: @subject_heading_type.id, subject_heading_type: @invalid_attrs
317
+ put :update, params: { id: @subject_heading_type.id, subject_heading_type: @invalid_attrs }
318
318
  response.should render_template('edit')
319
319
  end
320
320
  end
@@ -325,11 +325,11 @@ describe SubjectHeadingTypesController do
325
325
 
326
326
  describe 'with valid params' do
327
327
  it 'updates the requested subject_heading_type' do
328
- put :update, id: @subject_heading_type.id, subject_heading_type: @attrs
328
+ put :update, params: { id: @subject_heading_type.id, subject_heading_type: @attrs }
329
329
  end
330
330
 
331
331
  it 'assigns the requested subject_heading_type as @subject_heading_type' do
332
- put :update, id: @subject_heading_type.id, subject_heading_type: @attrs
332
+ put :update, params: { id: @subject_heading_type.id, subject_heading_type: @attrs }
333
333
  expect(assigns(:subject_heading_type)).to eq(@subject_heading_type)
334
334
  response.should be_forbidden
335
335
  end
@@ -337,7 +337,7 @@ describe SubjectHeadingTypesController do
337
337
 
338
338
  describe 'with invalid params' do
339
339
  it 'assigns the requested subject_heading_type as @subject_heading_type' do
340
- put :update, id: @subject_heading_type.id, subject_heading_type: @invalid_attrs
340
+ put :update, params: { id: @subject_heading_type.id, subject_heading_type: @invalid_attrs }
341
341
  response.should be_forbidden
342
342
  end
343
343
  end
@@ -348,11 +348,11 @@ describe SubjectHeadingTypesController do
348
348
 
349
349
  describe 'with valid params' do
350
350
  it 'updates the requested subject_heading_type' do
351
- put :update, id: @subject_heading_type.id, subject_heading_type: @attrs
351
+ put :update, params: { id: @subject_heading_type.id, subject_heading_type: @attrs }
352
352
  end
353
353
 
354
354
  it 'assigns the requested subject_heading_type as @subject_heading_type' do
355
- put :update, id: @subject_heading_type.id, subject_heading_type: @attrs
355
+ put :update, params: { id: @subject_heading_type.id, subject_heading_type: @attrs }
356
356
  expect(assigns(:subject_heading_type)).to eq(@subject_heading_type)
357
357
  response.should be_forbidden
358
358
  end
@@ -360,7 +360,7 @@ describe SubjectHeadingTypesController do
360
360
 
361
361
  describe 'with invalid params' do
362
362
  it 'assigns the requested subject_heading_type as @subject_heading_type' do
363
- put :update, id: @subject_heading_type.id, subject_heading_type: @invalid_attrs
363
+ put :update, params: { id: @subject_heading_type.id, subject_heading_type: @invalid_attrs }
364
364
  response.should be_forbidden
365
365
  end
366
366
  end
@@ -369,18 +369,18 @@ describe SubjectHeadingTypesController do
369
369
  describe 'When not logged in' do
370
370
  describe 'with valid params' do
371
371
  it 'updates the requested subject_heading_type' do
372
- put :update, id: @subject_heading_type.id, subject_heading_type: @attrs
372
+ put :update, params: { id: @subject_heading_type.id, subject_heading_type: @attrs }
373
373
  end
374
374
 
375
375
  it 'should be forbidden' do
376
- put :update, id: @subject_heading_type.id, subject_heading_type: @attrs
376
+ put :update, params: { id: @subject_heading_type.id, subject_heading_type: @attrs }
377
377
  response.should redirect_to(new_user_session_url)
378
378
  end
379
379
  end
380
380
 
381
381
  describe 'with invalid params' do
382
382
  it 'assigns the requested subject_heading_type as @subject_heading_type' do
383
- put :update, id: @subject_heading_type.id, subject_heading_type: @invalid_attrs
383
+ put :update, params: { id: @subject_heading_type.id, subject_heading_type: @invalid_attrs }
384
384
  response.should redirect_to(new_user_session_url)
385
385
  end
386
386
  end
@@ -396,11 +396,11 @@ describe SubjectHeadingTypesController do
396
396
  login_admin
397
397
 
398
398
  it 'destroys the requested subject_heading_type' do
399
- delete :destroy, id: @subject_heading_type.id
399
+ delete :destroy, params: { id: @subject_heading_type.id }
400
400
  end
401
401
 
402
402
  it 'redirects to the subject_heading_types list' do
403
- delete :destroy, id: @subject_heading_type.id
403
+ delete :destroy, params: { id: @subject_heading_type.id }
404
404
  response.should redirect_to(subject_heading_types_url)
405
405
  end
406
406
  end
@@ -409,11 +409,11 @@ describe SubjectHeadingTypesController do
409
409
  login_librarian
410
410
 
411
411
  it 'destroys the requested subject_heading_type' do
412
- delete :destroy, id: @subject_heading_type.id
412
+ delete :destroy, params: { id: @subject_heading_type.id }
413
413
  end
414
414
 
415
415
  it 'should be forbidden' do
416
- delete :destroy, id: @subject_heading_type.id
416
+ delete :destroy, params: { id: @subject_heading_type.id }
417
417
  response.should be_forbidden
418
418
  end
419
419
  end
@@ -422,22 +422,22 @@ describe SubjectHeadingTypesController do
422
422
  login_user
423
423
 
424
424
  it 'destroys the requested subject_heading_type' do
425
- delete :destroy, id: @subject_heading_type.id
425
+ delete :destroy, params: { id: @subject_heading_type.id }
426
426
  end
427
427
 
428
428
  it 'should be forbidden' do
429
- delete :destroy, id: @subject_heading_type.id
429
+ delete :destroy, params: { id: @subject_heading_type.id }
430
430
  response.should be_forbidden
431
431
  end
432
432
  end
433
433
 
434
434
  describe 'When not logged in' do
435
435
  it 'destroys the requested subject_heading_type' do
436
- delete :destroy, id: @subject_heading_type.id
436
+ delete :destroy, params: { id: @subject_heading_type.id }
437
437
  end
438
438
 
439
439
  it 'should be forbidden' do
440
- delete :destroy, id: @subject_heading_type.id
440
+ delete :destroy, params: { id: @subject_heading_type.id }
441
441
  response.should redirect_to(new_user_session_url)
442
442
  end
443
443
  end