Skip to content

Instantly share code, notes, and snippets.

@vartikasingh
Created April 26, 2012 03:51
Show Gist options
  • Save vartikasingh/2495660 to your computer and use it in GitHub Desktop.
Save vartikasingh/2495660 to your computer and use it in GitHub Desktop.
➜ quickfix-test-app git:(master) ✗ bundle exec cucumber features/manage_admin.feature
Using the default profile...
@focus1
Feature: Manage Admin
In order to create a admin
As an Owner of this project
I want to create admin account and manage users
Scenario: Create Valid Admin # features/manage_admin.feature:8
Given I have no admin # features/step_definitions/admin_steps.rb:1
When I click on "Create channels" # features/manage_admin.feature:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment