summaryrefslogtreecommitdiff
path: root/spec/views/devise
Commit message (Collapse)AuthorAgeFilesLines
* Remove provider path, replace with dynamic path.devise-deprecationsConnor Shea2016-08-031-1/+1
|
* Move "I should see Crowd login form" feature to a view specrs-crowd-form-view-specRobert Speicher2016-02-241-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.