From d6378cbf9d7b12910331c58204b2abf468197bf8 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Dec 10 2018 15:30:00 +0000 Subject: Fix indentation. --- diff --git a/gnome_terminal/features/basic_tests.feature b/gnome_terminal/features/basic_tests.feature index 5497ad6..04ae403 100644 --- a/gnome_terminal/features/basic_tests.feature +++ b/gnome_terminal/features/basic_tests.feature @@ -64,19 +64,19 @@ Feature: Basic tests Then terminal has new title set @run_commands - Scenario: run command in the terminal + Scenario Outline: run command in the terminal Given Run gnome-terminal When enter "" terminal command Then terminal output is "" - Examples: - | command | output | - | uname | Linux | - | ls / | dev | - | lspci | bridge | - | whoami | test | - | man | manual | - | sudo | usage: | - | df | Filesystem | + Examples: + | command | output | + | uname | Linux | + | ls / | dev | + | lspci | bridge | + | whoami | test | + | man | manual | + | sudo | usage: | + | df | Filesystem |