Skip to content

Commit

Permalink
Fix the downloads story, thanks CI
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Nov 22, 2009
1 parent 38f5597 commit 6bc2482
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions features/download.feature
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ Feature: Download Gems
And the system processes jobs
And I visit the gem page for "sandworm"
Then I should see "3 total downloads"
And I should see "3 version downloads"
And I should see "3 for this version"

When I download the rubygem "sandworm" version "1.0.0" 2 times
And the system processes jobs
And I visit the gem page for "sandworm"
Then I should see "5 total downloads"
And I should see "3 version downloads"
And I should see "3 for this version"
When I follow "1.0.0"
Then I should see "5 total downloads"
And I should see "2 version downloads"
And I should see "2 for this version"

Scenario: Download a platform gem
Given I am signed up and confirmed as "email@person.com/password"
Expand All @@ -46,10 +46,10 @@ Feature: Download Gems
And the system processes jobs
And I visit the gem page for "crysknife" version "1.0.0"
Then I should see "3 total downloads"
And I should see "3 version downloads"
And I should see "3 for this version"

When I download the rubygem "crysknife" version "1.0.0-java" 2 times
And the system processes jobs
And I visit the gem page for "crysknife" version "1.0.0-java"
Then I should see "5 total downloads"
And I should see "2 version downloads"
And I should see "2 for this version"

0 comments on commit 6bc2482

Please sign in to comment.