Skip to content

Instantly share code, notes, and snippets.

@zetter
Last active August 29, 2015 14:03
Show Gist options
  • Save zetter/e4877a2aa29c069dd3f6 to your computer and use it in GitHub Desktop.
Save zetter/e4877a2aa29c069dd3f6 to your computer and use it in GitHub Desktop.
Enrolling in a course Cucumber feature
Feature: Enrolment
Scenario: Enrolling in a course
Given there is a course
And I am logged in as a learner
When I enrol on a course
Then the course should appear in 'my courses'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment