summaryrefslogtreecommitdiff
path: root/spec/api/projects_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup spec/support folder and spec/spec_helperRobert Speicher2012-08-251-136/+0
| | | | | | | | | | | | | Changes: * Move spec/monkeypatch to spec/support * Remove unused support/shared_examples * Move support/api to support/api_helpers to match module name * Move support/login to support/login_helpers to match module name * Move API specs to requests/api (convention over configuration) * Remove unused support/js_patch * Simplify login_as helper * Move DatabaseCleaner stuff to its own support file * Remove unnecessary configuration and requires from spec_helper
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-4/+4
| | | | Didn't bother with files in db/, config/, or features/
* updating project api to include raw blob contents and single branchJeremy Anderson2012-07-311-1/+31
|
* return 404 if project not foundNihad Abbasov2012-07-251-0/+6
|
* API: ability to get project by idNihad Abbasov2012-07-251-1/+7
|
* Update masterm16a12012-07-131-1/+1
|
* ability to update and get a raw snippet via APINihad Abbasov2012-07-041-1/+18
|
* add API versionNihad Abbasov2012-07-041-25/+19
|
* add project snippets APINihad Abbasov2012-06-291-0/+28
|
* show only current user projectsNihad Abbasov2012-06-281-2/+1
|
* add projects APINihad Abbasov2012-06-281-0/+56