From de424b462fae205dad3804a6d424442aa32363b6 Mon Sep 17 00:00:00 2001 From: David Monllao Date: Tue, 11 Dec 2012 15:34:55 +0800 Subject: [PATCH 1/1] MDL-37046 behat: Removing step The issue scope is only the integration in moodle --- admin/tool/behat/tests/behat/test_environment.feature | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 admin/tool/behat/tests/behat/test_environment.feature diff --git a/admin/tool/behat/tests/behat/test_environment.feature b/admin/tool/behat/tests/behat/test_environment.feature deleted file mode 100644 index 2b000e6b88a..00000000000 --- a/admin/tool/behat/tests/behat/test_environment.feature +++ /dev/null @@ -1,9 +0,0 @@ -@tool_behat -Feature: Set up the testing environment - In order to execute automated acceptance tests - As a moodle developer - I need to use the test environment instead of the regular environment - - Scenario: Accessing the site - When I am on homepage - Then I should see "PHPUnit test site" -- 2.43.0