bdd: Add a test for :open with -t and -b.

This commit is contained in:
Florian Bruhin 2015-11-24 20:31:08 +01:00
parent c22e1df400
commit f8668ff710

View File

@ -28,6 +28,10 @@ Feature: Opening pages
And I run :open foo!
Then the error "Invalid URL" should be shown.
Scenario: :open with -t and -b
When I run :open -t -b foo.bar
Then the error "Only one of -t/-b/-w can be given!" should be shown.
Scenario: Searching with :open
When I set general -> auto-search to naive
And I set searchengines -> DEFAULT to http://localhost:(port)/data/open/{}.txt