From 4aa86750b9f1fee4a13e485d5565a9ec9f810018 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Sat, 18 Feb 2012 15:59:20 -0800 Subject: [PATCH] added a failing feature for dmorleys fix --- features/logged_out_browsing.feature | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 features/logged_out_browsing.feature diff --git a/features/logged_out_browsing.feature b/features/logged_out_browsing.feature new file mode 100644 index 000000000..1d63e4155 --- /dev/null +++ b/features/logged_out_browsing.feature @@ -0,0 +1,13 @@ +@javascript +Feature: Browsing Diaspora as a logged out user + In order to view public diaspora content + as a random internet user + I want to view public pages + + Background: + Given a user named "Bob Jones" with email "bob@bob.bob" + Given "bob@bob.bob" has a public post with text "public stuff" + + Scenario: Visiting a profile page + When I am on "bob@bob.bob"'s page + Then I should see "public stuff"