From 3595ac08f70ebc9e20dad0edbdf76aee1fe5bf8d Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Fri, 18 Jan 2013 22:11:22 +0100 Subject: [PATCH] fix tag on @opposite test --- features/testbot/opposite.feature | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/features/testbot/opposite.feature b/features/testbot/opposite.feature index 9b5df779d..bcc4567d3 100644 --- a/features/testbot/opposite.feature +++ b/features/testbot/opposite.feature @@ -4,8 +4,7 @@ Feature: Separate settings for forward/backward direction Background: Given the profile "testbot" - @smallest - Scenario: Going against the flow + Scenario: Testbot - Going against the flow Given the node map | a | b | c | d | @@ -16,4 +15,4 @@ Feature: Separate settings for forward/backward direction When I route I should get | from | to | route | distance | time | | a | d | abcd | 300 +- 1m | 30s | - | d | a | abcd | 300 +- 1m | 55s | + | d | a | abcd | 300 +- 1m | 55s | \ No newline at end of file