Merge branch 'kb_development' into kb_migration
This commit is contained in:
commit
6cfe78d51c
22 changed files with 541 additions and 32 deletions
|
@ -47,7 +47,7 @@ RSpec.describe 'Filters' do
|
|||
it_behaves_like 'unauthorized for invalid token'
|
||||
|
||||
context 'with valid params' do
|
||||
let(:params) { { title: 'magic', context: %w(home), filter_action: 'hide', keywords_attributes: [keyword: 'magic'] } }
|
||||
let(:params) { { title: 'magic', context: %w(home), filter_action: 'hide', keywords_attributes: [keyword: 'magic', whole_word: true] } }
|
||||
|
||||
it 'returns http success' do
|
||||
subject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue