Skip to content

Commit 1d36f79

Browse files
committed
heuristic_spec.rb: explicit lang setting
1 parent c81e300 commit 1d36f79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/score/heuristic_spec.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RSpec.describe "Scoring", :type => :aruba do
44
include_context "messages"
55

6-
context 'Example query "babel"' do
6+
context 'query "babel"' do
77
let(:test_query) { "babel" }
88

99
context "babel/babel.pdf" do
@@ -72,7 +72,7 @@
7272
end
7373
end
7474

75-
context 'Example query "texlive"' do
75+
context 'query "texlive"' do
7676
let(:test_query) { "texlive" }
7777

7878
context "texlive-en/texlive-en.pdf" do
@@ -85,7 +85,7 @@
8585
EXPECTED
8686
end
8787

88-
before(:each) { run_texdoc "-dscore", test_query }
88+
before(:each) { run_texdoc "-dscore", "-clang=de", test_query }
8989

9090
it "should get alias match score" do
9191
expect(stderr).to include(res_score_log)

0 commit comments

Comments
 (0)