minor english improvement

Fixes #5786
This commit is contained in:
Joao Duarte 2016-08-19 14:27:58 +01:00 committed by João Duarte
parent bb46aa6188
commit c9eff28fb2

View file

@ -338,7 +338,7 @@ describe LogStash::Runner do
expect(subject.run(args)).to eq(1)
end
context "but --help is passed" do
context "but if --help is passed" do
let(:args) { ["--path.settings", "/tmp/a/a/a/a", "--help"] }
it "should show help" do