OSDN Git Service

behat: remove mismatched URL
authorscribu <mail@scribu.net>
Wed, 17 Jul 2013 01:29:27 +0000 (04:29 +0300)
committerscribu <mail@scribu.net>
Wed, 17 Jul 2013 01:29:27 +0000 (04:29 +0300)
features/core.feature

index 1360d62..5da719c 100644 (file)
@@ -144,14 +144,14 @@ Feature: Manage WordPress installation
     Given a WP multisite install
     And I run `wp db reset --yes`
 
-    When I run `wp core multisite-install --url=foobar.org --title=Test --admin_email=admin@example.com --admin_password=1`
+    When I run `wp core multisite-install --title=Test --admin_email=admin@example.com --admin_password=1`
     Then STDOUT should not be empty
 
     When I run `wp eval 'echo $GLOBALS["current_site"]->domain;'`
     Then STDOUT should be:
       """
-      foobar.org
-      """ 
+      example.com
+      """
 
   Scenario: Custom wp-content directory
     Given a WP install