From d16745434d5db582a756f2e96e3f2dd2996711d8 Mon Sep 17 00:00:00 2001 From: Jingwen Owen Ou Date: Wed, 5 Mar 2014 08:08:20 -0800 Subject: [PATCH] Remove deprecated flag --- features/browse.feature | 8 -------- 1 file changed, 8 deletions(-) diff --git a/features/browse.feature b/features/browse.feature index 2c08145a..b11d998e 100644 --- a/features/browse.feature +++ b/features/browse.feature @@ -129,14 +129,6 @@ Feature: hub browse When I successfully run `hub browse -- pages` Then "open https://github.com/defunkt/hub/wiki/_pages" should be run - Scenario: Deprecated -p flag - When I successfully run `hub browse -p defunkt/hub` - Then the stderr should contain exactly: - """ - Warning: the `-p` flag has no effect anymore\n - """ - But "open https://github.com/defunkt/hub" should be run - Scenario: Repo with remote with local path Given I am in "git://github.com/mislav/dotfiles.git" git repo And the "upstream" remote has url "../path/to/another/repo.git"