Skip to content

Commit

Permalink
Trivial prettiness
Browse files Browse the repository at this point in the history
  • Loading branch information
atz committed Jul 8, 2016
1 parent 2bffb9d commit 2675c40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/views/catalog/_index_list_default.html.erb_spec.rb
@@ -1,12 +1,12 @@

describe 'catalog/_index_list_default', type: :view do
let(:attributes) do
{ 'creator_tesim' => [''],
'depositor_tesim' => [''],
{ 'creator_tesim' => [''],
'depositor_tesim' => [''],
'proxy_depositor_ssim' => [''],
'description_tesim' => [''],
'date_uploaded_dtsi' => 'a date',
'rights_tesim' => [''] }
'description_tesim' => [''],
'date_uploaded_dtsi' => 'a date',
'rights_tesim' => [''] }
end
let(:document) { SolrDocument.new(attributes) }
let(:blacklight_configuration_context) do
Expand Down

0 comments on commit 2675c40

Please sign in to comment.