Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Remove decompounder spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Jun 17, 2017
1 parent 920dfc7 commit ad9aec0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions spec/search/issue_search_spec.rb
@@ -1,3 +1,4 @@

# encoding: utf-8

require 'spec_helper'
Expand All @@ -10,14 +11,6 @@ def issue_titled(title)
issue
end

it 'finds "formueskatten" for query "skatt"' do
issue = issue_titled 'fjerne formueskatten'
results = results_for 'skatt'

results.should_not be_empty
results.first._id.to_i.should == issue.id
end

it 'does synonym mappings' do
issue_titled 'formuesskatt'
issue_titled 'formueskatt'
Expand Down

0 comments on commit ad9aec0

Please sign in to comment.