From 29f0110cb77a8cc29fc951901218585b1d6537b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Leutha=CC=88user?= <max.leuthaeuser@gmail.com> Date: Thu, 7 Jan 2016 13:54:08 +0100 Subject: [PATCH] - fixed missing test scenario description --- src/test/scala/RobotTests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/scala/RobotTests.scala b/src/test/scala/RobotTests.scala index c1b4f8e..84bf6dc 100644 --- a/src/test/scala/RobotTests.scala +++ b/src/test/scala/RobotTests.scala @@ -19,7 +19,7 @@ class RobotTests extends FeatureSpec with GivenWhenThen with Matchers { val r4 = DrivableRole() feature("Compartments and Roles") { - scenario("") { + scenario("Calling role behavior") { Then("Calling their behavior should return the expected values.") r2.getTarget shouldBe task.Target("kitchen") r3.readSensor shouldBe 100 -- GitLab