summaryrefslogtreecommitdiff
path: root/spec/controllers/autocomplete_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-autocomplete-spec' into 'master'Robert Speicher2016-02-231-1/+1
* Reduce method complexity in AutocompleteControlleree-flogDouwe Maan2015-11-201-4/+5
* Fix bug preventing invite by e-mailStan Hu2015-08-211-1/+1
* Always add current user to autocomplete controller to support filter by "Me"Stan Hu2015-08-061-0/+22
* Better handle unknown projects and groups for autocompleteStan Hu2015-07-111-15/+63
* Fix user autocomplete for unauthenticated users accessing public projectsStan Hu2015-07-101-0/+24
* Update mock and stub syntax for specsRobert Speicher2015-06-221-3/+3
* Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher2015-06-131-8/+8
* Add autocomplete controllerDmitriy Zaporozhets2015-03-261-0/+51