Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:snap-cloud/snap-cloud
Browse files Browse the repository at this point in the history
* 'master' of github.com:snap-cloud/snap-cloud:
  added cucumber steps for user stories 4-1
  • Loading branch information
cycomachead committed Apr 22, 2015
2 parents e55c039 + a5bba75 commit 563a4c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions features/project_view.feature
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Background:
And the following projects exist:
| id | title | notes | owner | is_public |
| 1 | ohsnap! | awesomesauce | 1 | true |
| 2 | ohpriv! | ucantseeme | 1 | false |

Given I am logged in as "[email protected]" with password "yoloswaggins"
Given I am on the project details page for "ohsnap!"
Expand Down Expand Up @@ -45,3 +46,8 @@ Scenario: Seeing project thumbnail
Scenario: Editing the project from details as not owner
Given I am logged in as "[email protected]" with password "idfkmanhehe"
Then I should not see "edit_project"

Scenario: Hide Private Project
And am on the project details page for "ohpriv!"
# Note -- We are currently returning 404's for 401's due to privacy concerns.
Then I should see "404"

0 comments on commit 563a4c8

Please sign in to comment.