X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fdrupal%2Fdrupal-extension%2Ffeatures%2Fdrush.feature;fp=vendor%2Fdrupal%2Fdrupal-extension%2Ffeatures%2Fdrush.feature;h=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=ccc79cfff612a98c5b109d518a44c3546bff01f5;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/drupal/drupal-extension/features/drush.feature b/vendor/drupal/drupal-extension/features/drush.feature deleted file mode 100644 index ccc79cfff..000000000 --- a/vendor/drupal/drupal-extension/features/drush.feature +++ /dev/null @@ -1,26 +0,0 @@ -@drushTest @drush -Feature: Drush-specific steps - In order to prove that the drush driver is working properly - As a developer - I need to be able to use the steps provided here - - Scenario: drush command with text matching: drush output correct status - Given I run drush "st" - Then drush output should contain "Drupal version" - Then drush output should contain "Site URI" - Then drush output should match "/.*Site\sURI\s+:.*/" - Then drush output should contain "Database driver" - Then drush output should contain "Successful" - Then drush output should not contain "NonExistantWord" - - Scenario: drush command with arguments: re-enable toolbar - Given I run drush "en" "toolbar -y" - And I run drush "en" "toolbar -y" - Then drush output should contain "toolbar is already enabled." - - Scenario: Create and view a node with fields using the Drush driver - Given I am viewing an "Article": - | title | My article with fields! | - | body | A placeholder | - Then I should see the heading "My article with fields!" - And I should see the text "A placeholder"