Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move "I should see Crowd login form" feature to a view specrs-crowd-form-view-spec | Robert Speicher | 2016-02-24 | 1 | -0/+37 |
| | | | | | | | | We were doing all kinds of code gymnastics to "enable" Crowd in the feature spec and this would sometimes cause a transient failure. Really what it's testing is if the Crowd login form shows when Crowd's enabled, so this is much better suited to a view spec. | ||||
* | Allow non-admin users to see version informationrs-help-page | Robert Speicher | 2015-09-23 | 1 | -18/+5 |
| | | | | | We want users to know what features they have available (and to pressure their admins to upgrade). | ||||
* | Move the `version_check_enabled` check from view to helper | Robert Speicher | 2015-09-23 | 1 | -2/+1 |
| | |||||
* | Add a view spec (gasp!) for help/index | Robert Speicher | 2015-09-23 | 1 | -0/+55 |