summaryrefslogtreecommitdiff
path: root/spec/controllers/tree_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix 404 error in files view after deleting the last file in a repositoryStan Hu2015-07-211-68/+0
| | | | Closes #1362
* Fix Style/AlignHash cop violationsStan Hu2015-06-221-4/+8
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-2/+6
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Even more hound fixesJeroen van Baarsen2015-02-121-1/+5
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-7/+7
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Fix testsDmitriy Zaporozhets2014-08-071-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add tests for redirects.Marin Jankovski2014-07-081-0/+13
|
* Make changes to testsDmitriy Zaporozhets2014-01-221-1/+1
| | | | | | | * project_with_code -> project * project -> ermpty_project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Drop support of root namespace in routingHiroyuki Sato2013-09-131-1/+1
|
* Fix routing/controller specs for refactored controllersDmitriy Zaporozhets2013-06-231-1/+1
|
* Fixed API file raw functionality, Fixed tree controller tests. Added ↵Dmitriy Zaporozhets2013-04-031-3/+3
| | | | BlobController specs
* Use project_with_code factory where necessaryDmitriy Zaporozhets2013-04-011-1/+1
|
* Rspec fixesDmitriy Zaporozhets2013-01-041-1/+1
|
* Add TreeController and specRobert Speicher2012-09-261-0/+43