public
Description: A fully featured forum system compatible with Rails 2.3
Homepage: http://forum.frozenplague.net
Clone URL: git://github.com/radar/rboard.git
Click here to lend your support to: rboard and make a donation at www.pledgie.com !
rboard / features / groups.feature
100644 13 lines (10 sloc) 0.37 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
Feature: Managing groups
  
  Background:
    Given there is the usual setup
  
  Scenario: Managing users
    Given I am logged in as "administrator"
    Then I should see "administrator"
    Given I am on the administrator's group page
    Then I should see "Administrators"
    When I follow "members_for_registered_users"
    Then I should see "registered_user"