summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures/jobs.rb
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning up repositories for javascript fixture specs to work correctlyGabriel Mazetto2017-08-301-0/+4
| | | | | We need to cleanup after each execution so we can still re-use the same paths and prevent collision with the on disk validation
* Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-101-1/+1
|
* Rename BuildsController to JobsControllerLin Jen-Shin2017-05-171-0/+33
Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller