Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
LIBSEARCH-155. Updated to match changes made to NCSU pull request
Browse files Browse the repository at this point in the history
Updated the code to match a few editing changes made in the NCSU
pull request (NCSU-Libraries#29)

https://issues.umd.edu/browse/LIBSEARCH-155
  • Loading branch information
dsteelma-umd committed May 31, 2019
1 parent ebf2d90 commit c8bc035
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions test/dummy/config/best_bets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ best_bets:
keywords:
- pubmed
- pub med
testbestbet:
title: Test Best Bet Entry
description: This is a test Best Bet entry
testbestbetdash:
title: Test Best Bet Entry with Dash in Keyword
description: This is a test Best Bet entry to test keywords containing a dash
url: http://example.org
keywords:
- 123-456
2 changes: 1 addition & 1 deletion test/integration/best_bets_initializer_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ class BestBestInitializerTest < ActionDispatch::IntegrationTest

json = JSON.parse(page.html)
first_result = json['results'][0]
assert_equal 'testbestbet', first_result['id']
assert_equal 'testbestbetdash', first_result['id']
end
end

0 comments on commit c8bc035

Please sign in to comment.