diaspora/features/post_viewer.feature
Dennis Collinson f6e3c1b88b seperate interactions from posts
Lazily load post interactions on show page
hella refactorz
2012-05-12 17:41:58 -07:00

16 lines
533 B
Gherkin

@javascript
Feature: Post Viewer
In order to make my content look really great
As a User
I want my posts to have a bunch of different templates that I can page through
Background:
Given a user with email "alice@alice.com"
And I sign in as "alice@alice.com"
# Wip tag sad on new cucumber, commenting for now.
# @wip
# Scenario: Paging through posts
# Given I have posts for each type of template
# Then I visit all of my posts
# And I should have seen all of my posts displayed with the correct template