Skip to content

Instantly share code, notes, and snippets.

@arbales
Created February 1, 2012 02:40
Show Gist options
  • Save arbales/1714738 to your computer and use it in GitHub Desktop.
Save arbales/1714738 to your computer and use it in GitHub Desktop.
Feature: Keyboard Shortcut
In order to quickly save a bookmark to my inbox
As a Mac user
I want to be able to press a key combination and be given instant feedback
Scenario: Save grove.io
Given I have a browser tab open to http://grove.io
And I have the Kippt extension installed
When I press `Command` + `K`
Then the Kippt extension should illuminate
And a link to http://grove.io should appear in my Kippt Inbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment