summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into 54953-error-500-viewing-m...Lin Jen-Shin2018-12-261-1/+1
|\
| * Rename GroupHierarchy into ObjectHierarchyJarka Košanová2018-12-191-1/+1
* | Make sure we clear the application settings afterLin Jen-Shin2018-12-191-0/+2
* | Use fake application settings for migration testsLin Jen-Shin2018-12-191-0/+2
|/
* Merge branch 'fix-rspec-offcense' into 'master'Rémy Coutable2018-12-171-3/+3
|\
| * Fix RSpec/HookArgument rubocop offenseSemyon Pupkov2018-12-111-3/+3
* | Remove rails 4 support in CI, Gemfiles, bin/ and config/Jasper Maes2018-12-141-4/+0
|/
* Address specs failing in rails 4Jan Provaznik2018-11-141-0/+4
* Require spec helpers loaded by other spec helpers firstAlejandro Rodríguez2018-10-041-0/+5
* Ensure in-memory application settings are cleared before each testRémy Coutable2018-09-101-0/+4
* Move fixture_path out of support/rspec file which is used by fast_spec_helper...Thong Kuah2018-08-311-0/+1
* Refactor Rainbow usage in specsGabriel Mazetto2018-08-161-0/+1
* Resolve "Enable Auto DevOps instance-wide on GitLab.com"Dylan Griffith2018-08-161-0/+7
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Fix User role displayed on projects dashboardFrancisco Javier López2018-07-061-0/+11
* Implement `expect_next_instance_of` and use itLin Jen-Shin2018-06-211-0/+1
* Port route helper from EE to CELin Jen-Shin2018-06-141-0/+1
* Find and mark more Git disk access locations, part 2Jacob Vosmaer2018-06-121-13/+0
* Fix Fog mockingKamil Trzciński2018-06-051-0/+4
* Support resetting of Prometheus metrics between test runsStan Hu2018-05-091-0/+7
* Introduce Redis helpers. Rename BuildTraceChunkFlushToDbWorker to Ci::BuildTr...Shinya Maeda2018-05-041-6/+13
* Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-251-2/+2
* Move spec helpers/matchers/shared examples/contexts to their relevant folderRémy Coutable2018-04-231-28/+31
* Introduce a new FactoriesInMigrationSpecs copRémy Coutable2018-04-061-0/+1
* Use shard name in Git::GitlabProjects instead of shard pathAhmad Sherif2018-04-031-1/+2
* Clean the test path after each spec runStan Hu2018-03-281-0/+4
* Add HTTPS-only pagesRob Watson2018-03-221-0/+16
* Adapt cycle analytics spec helper and cycle analytics usage data spec41777-include-cycle-time-in-usage-pingTiago Botelho2018-03-011-0/+4
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-0/+8
* Make :migration specs a little more robustMichael Kozono2018-02-161-0/+16
* Ensure hooks are deleted regardless of the project forking methodAlejandro Rodríguez2018-01-191-0/+10
* Use an at_exit hook to stop test gitalystop-gitaly-atexitJacob Vosmaer2018-01-151-4/+0
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-1/+1
* Move the circuitbreaker check out in a separate processbvl-circuitbreaker-processBob Van Landuyt2017-12-081-12/+0
* Set an artificial $HOME for gitaly in testJacob Vosmaer (GitLab)2017-11-301-0/+3
* Fix reply quote keyboard shortcut on MRs40295-fix-reply-quote-shortcut-on-mrEric Eastwood2017-11-211-0/+1
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-11-021-0/+1
|\
| * Add LiveDebugger#live_debug to debug Capybara in feature tests.Rémy Coutable2017-10-161-0/+1
* | add InspectRequests helper automatically to :js testsMike Greiling2017-11-021-0/+1
* | add CookieHelper and InputHelper automatically to :js testsMike Greiling2017-11-021-0/+2
|/
* Improve the flaky examples detection jobsRémy Coutable2017-10-041-1/+4
* Resolve "Precompiled assets with digest strings are ignored in CI"Mike Greiling2017-10-031-0/+18
* Automatically set a :type for specsrc/tag-specsRémy Coutable2017-09-221-2/+10
* Force `RAILS_ENV` to `test` in `spec/spec_helper.rb`Rémy Coutable2017-09-141-1/+1
* Stub `ForkedStorageCheck.storage_available?` by default in all specsrs-stub-storage-availability-checkRobert Speicher2017-08-221-0/+12
* Migrate down before each migration unit testbackstage/gb/migrations-tests-schema-versionGrzegorz Bizon2017-08-171-1/+1
* Make it possible to provide schema version in testsGrzegorz Bizon2017-08-161-8/+3
* Migrate db schema for context in :migration specsGrzegorz Bizon2017-08-161-2/+2
* Merge branch '35804-document-table-based-tests' into 'master'Robert Speicher2017-08-141-0/+1
|\
| * Use rspec-parameterized for table-based testsNick Thomas2017-08-111-0/+1