This repository has been archived by the owner on Mar 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* master: Add years to signup birthdate. Fixes #67 Update test for navigation links Removed lol_nothing links. Fixes #66 Fix spacing
- Loading branch information
Showing
4 changed files
with
21 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Feature: Project Submission | ||
As a student | ||
So that I can complete assignments | ||
I should be able to submit projects for an assignment | ||
|
||
As a teacher | ||
So that I can grade students | ||
I should be able to see projects they've submitted | ||
|
||
Background: | ||
|
||
Given the following users exist: | ||
|id | username | email | password | password_confirmation | | ||
| 300 | beatrice | beatrice@cal.edu | password | password | | ||
|
||
Scenario: Browse to the pretty url | ||
When I go to the url "/@/beatrice" | ||
Then I should be on the profile page of "beatrice" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters