summaryrefslogtreecommitdiff
path: root/spec/syntax_suggest/unit/cli_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/syntax_suggest/unit/cli_spec.rb')
-rw-r--r--spec/syntax_suggest/unit/cli_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/syntax_suggest/unit/cli_spec.rb b/spec/syntax_suggest/unit/cli_spec.rb
index fecf3e304c..23412f0193 100644
--- a/spec/syntax_suggest/unit/cli_spec.rb
+++ b/spec/syntax_suggest/unit/cli_spec.rb
@@ -58,7 +58,7 @@ module SyntaxSuggest
expect(exit_obj.called?).to be_truthy
expect(exit_obj.value).to eq(1)
- expect(out.strip).to include("❯ 36 def filename")
+ expect(out.strip).to include("> 36 def filename")
end
it "parses valid code with flags" do