Skip to content

Instantly share code, notes, and snippets.

@bracki
Created November 30, 2010 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bracki/722324 to your computer and use it in GitHub Desktop.
Save bracki/722324 to your computer and use it in GitHub Desktop.
@announce @announce-all
Feature: Configure the dashboard
As a Jimdo employee
I want to configure my dashboard
so that I have all data relevant to me visible in one place
Scenario: Configure config.json
Given a "config.json" file with:
"""
[{"title":"Example", "url":"http://example.com"},
{"title":"Heise", "url":"http://heise.de"}]
"""
When I visit the dashboard
Then I see 2 entries in the header
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment