We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81e300 commit 1d36f79Copy full SHA for 1d36f79
spec/score/heuristic_spec.rb
@@ -3,7 +3,7 @@
3
RSpec.describe "Scoring", :type => :aruba do
4
include_context "messages"
5
6
- context 'Example query "babel"' do
+ context 'query "babel"' do
7
let(:test_query) { "babel" }
8
9
context "babel/babel.pdf" do
@@ -72,7 +72,7 @@
72
end
73
74
75
- context 'Example query "texlive"' do
+ context 'query "texlive"' do
76
let(:test_query) { "texlive" }
77
78
context "texlive-en/texlive-en.pdf" do
@@ -85,7 +85,7 @@
85
EXPECTED
86
87
88
- before(:each) { run_texdoc "-dscore", test_query }
+ before(:each) { run_texdoc "-dscore", "-clang=de", test_query }
89
90
it "should get alias match score" do
91
expect(stderr).to include(res_score_log)
0 commit comments