Skip to content

Commit

Permalink
Add features for map and iCal links. [#27]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed May 21, 2009
1 parent c6cca5a commit 99491fd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions features/event_actions.feature
@@ -0,0 +1,16 @@
Feature: Map and iCal links
In order to get directions to events and export them to external calendars
any registered user should be able to
see map and iCal links for any event on any subscribed calendar.

Scenario Outline: Nonadmin users can see action links on all events
Given I am logged in
And I am subscribed to "Calendar 1"
And someone else has an event called "Someone else's event" in "Calendar 1"
When I am on the event list
Then I should see something matching "\b<action>\b"

Examples:
| action |
| map |
| iCal |

0 comments on commit 99491fd

Please sign in to comment.