Skip to content

Commit

Permalink
Fix cuke scenario for unyank
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrupiano committed Mar 2, 2010
1 parent 11a1da5 commit 89272c1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions features/yank.feature
Expand Up @@ -82,7 +82,8 @@ Feature: Delete Gems
And I've already pushed the gem "Rgem-1.2.2.gem" with my api key
And the gem "RGem" with version "1.2.2" has been indexed
And I have already yanked the gem "RGem" with version "1.2.2" with my api key
When I unyank the gem "RGem" version "1.2.2" with my api key
Then I should see "The version 1.2.2 has been unyanked"
And I visit the gem page for "RGem" version "1.2.2"
And I unyank the gem "RGem" version "1.2.2" with my api key
And I go to the dashboard with my api key
And I follow "RGem"
Then I should not see "This gem has been yanked."

0 comments on commit 89272c1

Please sign in to comment.