summaryrefslogtreecommitdiff
path: root/spec/services/applications
Commit message (Collapse)AuthorAgeFilesLines
* Remove un-used inheritance from serviceThong Kuah2018-10-151-8/+5
| | | | | | | | | | | | Remove the inheritance from ::BaseService which is causing us to inherit the initializer that has project as the first arg, as we will not have access to project with forthcoming group clusters. Also call install service from create service - 1 less thing to re-use Extract TestRequest code into a spec helper. Given that we need different behaviour for Rails 5.0 (and again in Rails 5.1!), it's handy to have that branching behaviour in one place
* [Rails5] Fix spec/services/applications/create_service_spec.rbblackst0ne2018-05-021-5/+9
|
* fix specsJames Lopez2017-11-021-1/+2
|
* add applications controller logicJames Lopez2017-10-311-0/+12