summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch '32004-use-timecop-safe-mode' into 'master'Robert Speicher2017-08-111-0/+1
|\ \
| * | Enable Timecop safe mode32004-use-timecop-safe-modeRémy Coutable2017-08-111-0/+1
| |/
* | Use a new RspecFlakyListener to detect flaky specsRémy Coutable2017-08-111-6/+6
|/
* Reset only migration models36052-reset-only-migration-modelsLin Jen-Shin2017-08-071-2/+2
* Don't send rejection mails for all auto-generated mails28472-ignore-auto-generated-mailsLin Jen-Shin2017-08-031-1/+5
* Remove events column from notification settings33620-remove-events-from-notification_settingsSean McGivern2017-07-311-0/+4
* Ensure Gitlab::Application.routes.default_url_options are set correctly in Ca...Rémy Coutable2017-07-281-0/+1
* Update shoulda-matchers gem to 3.1.2Dmitriy Zaporozhets2017-07-241-0/+7
* Update Prometheus gem to version that explicitly calls `munmap`Paweł Chojnacki2017-07-191-1/+0
* Enable all feature flags by default in specsbvl-enable-features-in-testBob Van Landuyt2017-07-131-0/+3
* Replace 'browse_files.feature' spinach test with an rspec analogblackst0ne2017-07-121-0/+5
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-5/+15
* Include new URL helpers retroactively into includers of Gitlab::Routingdm-fix-project-path-helpers-productionDouwe Maan2017-07-071-1/+1
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
* Include Devise::Test::IntegrationHelpers for all feature specsRobert Speicher2017-06-191-0/+1
* Make spec/spec_helper consistent with EE by including a :routing typesh-fix-spec-helper-ee-consistencyStan Hu2017-06-141-0/+1
* Fix migrations testing support RSpec hooks orderfix/gb/fix-migrations-testing-support-hooks-orderGrzegorz Bizon2017-06-131-9/+7
* Merge branch 'retry-specs' into 'master'Robert Speicher2017-06-121-3/+2
|\
| * Attempts to run RSpec tests twice (1 retry)retry-specsRémy Coutable2017-06-121-3/+2
* | Use :request_store hooks on specsuse-request-store-helper-instead-actual-codeOswaldo Ferreira2017-06-091-0/+9
|/
* Merge branch 'feature/gb/migrate-pipeline-stages' into 'master'Kamil Trzciński2017-06-071-0/+12
|\
| * Merge branch 'master' into feature/gb/migrate-pipeline-stagesGrzegorz Bizon2017-06-051-0/+11
| |\
| * | Calculate previous migration version in specs supportGrzegorz Bizon2017-06-051-3/+3
| * | Reorder pipeline stages-related migrationsGrzegorz Bizon2017-05-261-5/+7
| * | Add pipeline stages post deployment migrationGrzegorz Bizon2017-05-261-2/+2
| * | Add migrations helpers to simplify writing migration specsGrzegorz Bizon2017-05-261-3/+3
| * | Make migration specs by using migrator in around hookGrzegorz Bizon2017-05-261-1/+1