Skip to content

Commit

Permalink
Merge pull request projectblacklight#113 from bibliotechy/let-travis-…
Browse files Browse the repository at this point in the history
…pass-wihout-complaint-or-error

Some hygeine so Travis tests can pass
  • Loading branch information
jkeck authored Sep 24, 2020
2 parents d9d985a + 82e41f9 commit 4173fef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
dist: bionic

notifications:
email: false

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'http://rubygems.org'
source 'https://rubygems.org'

gemspec

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
end
end

subject(:rendered) { helper.render_constraints_filters({}) }
let (:search_state) { Blacklight::SearchState.new(params, blacklight_config)}
subject(:rendered) { helper.render_constraints_filters(search_state) }

context 'with an array of facet params' do
let(:params) { ActionController::Parameters.new f_inclusive: { 'type' => ['a'] } }
Expand Down

0 comments on commit 4173fef

Please sign in to comment.