summaryrefslogtreecommitdiff
path: root/spec/support/setup_builds_storage.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add frozen_string_literal to spec/supportThong Kuah2019-07-251-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Fix RSpec/HookArgument rubocop offenseSemyon Pupkov2018-12-111-1/+1
|
* Clear test build storage directory before each examplefix/invalid-storage-cleanup-affecting-test-suiteGrzegorz Bizon2016-11-231-2/+3
|
* Remove entire test files directory for test buildsGrzegorz Bizon2016-11-231-7/+5
|
* Clean build storage after each RSpec test exampleGrzegorz Bizon2016-11-231-2/+2
| | | | | This prevents subsequent test examples to be affected by previous tests that were executed.
* Don't use "rm" for cleaning tmp/buildsYorick Peterse2015-10-021-2/+4
| | | | | | If this directory were to be empty this would result in warnings being printed to STDERR, cluttering spec output. Doing this in Ruby fixes this problem (and also removes the need for shell alltogether).
* Fix backup testsKamil Trzcinski2015-09-161-1/+2
|
* Fix some issues with ci models specsDmitriy Zaporozhets2015-09-101-1/+1
|
* Merge CI factories and CI spec/support with GitLabDmitriy Zaporozhets2015-09-091-0/+16