Work around pytest madness.

This commit is contained in:
Florian Bruhin 2016-01-12 08:20:08 +01:00
parent df98312f42
commit df40b39e3e
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
import pytest_bdd as bdd
bdd.scenarios('prompt.feature')
bdd.scenarios('prompts.feature')
@bdd.when("I click the button")