Skip to content

Commit fd37d44

Browse files
Pere Urbon-Bayesjordansissel
authored andcommitted
fix tests after merging with master
Fixes elastic#2
1 parent ec282fd commit fd37d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/runner_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
subject (:runner) { Runner.new(config) }
1212

13-
let(:command) { [Runner::LOGSTASH_BIN, "-f", "spec/fixtures/simple.conf"]}
13+
let(:command) { [File.join(Dir.pwd, Runner::LOGSTASH_BIN), "-f", "spec/fixtures/simple.conf"]}
1414

1515
it "invokes the logstash command" do
1616
Open3.should_receive(:popen3).with(*command).and_return(true)

0 commit comments

Comments
 (0)