summaryrefslogtreecommitdiff
path: root/spec/support
Commit message (Expand)AuthorAgeFilesLines
* Drone CI serviceKirilll Zaitsev2015-09-021-0/+21
* Fix markdown specs again. Apparently development and test behave differently.Douwe Maan2015-08-201-2/+1
* Fix markdown specs.Douwe Maan2015-08-201-0/+1
* Add stub_reply_by_email_setting helper.Douwe Maan2015-08-201-0/+4
* Add fixture_file helper.Douwe Maan2015-08-202-2/+13
* Refactor pre/post receive commit services into one classDmitriy Zaporozhets2015-08-141-1/+1
* Fix tests for web editorDmitriy Zaporozhets2015-08-141-3/+0
* Disable pre-receive check in test envDmitriy Zaporozhets2015-08-141-0/+7
* Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-111-1/+1
* Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-111-1/+1
* Add `Group#add_*` convenience methodsrs-group-convenience-methodsRobert Speicher2015-08-071-1/+1
* Merge branch 'master' into drop-satellitesDmitriy Zaporozhets2015-08-047-70/+353
|\
| * Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-08-032-0/+262
| |\
| | * Fix setup/teardown for Markdown feature specrs-markdown-feature-pipelinesRobert Speicher2015-07-291-8/+0
| | * Update Markdown feature to allow for multiple pipelinesRobert Speicher2015-07-281-0/+156
| | * Move MarkdownFeature to its own support fileRobert Speicher2015-07-281-0/+114
| * | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into backup-archive-p...Jacob Vosmaer2015-07-295-67/+78
| |\ \ | | |/
| | * Fix commit data retrieval when branch name has single quotesStan Hu2015-07-261-1/+2
| | * Merge branch 'rs-security-spec-speed' into 'master' Douwe Maan2015-07-224-66/+76
| | |\
| | | * Move custom matchers to their own files under spec/support/matchersRobert Speicher2015-07-222-10/+9
| | | * Move access-related matchers to their own moduleRobert Speicher2015-07-222-34/+54
| | | * Remove unused `be_valid_commit` matcherRobert Speicher2015-07-211-9/+0
| * | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into backup-archive-p...Jacob Vosmaer2015-07-274-12/+35
| |\ \ \ | | |/ /
| | * | Fix 404 error in files view after deleting the last file in a repositoryStan Hu2015-07-211-3/+8
| | |/
| * | Use a separate backup test directory and nuke its contentsJacob Vosmaer2015-07-241-0/+5
* | | Fix some of testsDmitriy Zaporozhets2015-07-161-1/+1
| |/ |/|
* | Merge branch 'rs-fix-coverage' into 'master'Dmitriy Zaporozhets2015-07-141-8/+0
|\ \
| * | Move coverage-related setup back to spec_helperrs-fix-coverageRobert Speicher2015-07-131-8/+0
* | | Rename `notice_added_references` to `create_new_cross_references!`rs-issue-1773Robert Speicher2015-07-131-1/+1
|/ /
* | Use stub_application_setting in a few more specsRobert Speicher2015-07-061-0/+26
|/
* Fix ApplicationHelper specsrs-fix-application-helper-specsRobert Speicher2015-06-301-0/+14
* Add spec/support/factory_girlRobert Speicher2015-06-301-0/+3
* Fix rubocop issues after merge of recent masterDmitriy Zaporozhets2015-06-231-5/+5
* Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-236-109/+70
|\
| * Add sleep call before yield in allowing_for_delayRobert Speicher2015-06-221-0/+2
| * Remove junk from db_cleaner spec support fileRobert Speicher2015-06-221-29/+0
| * Move CapybaraHelpers to its own support fileRobert Speicher2015-06-222-33/+32
| * Replace remaining references to `Note.create_cross_reference_note`Robert Speicher2015-06-221-4/+4
| * Update spec/features/security specsRobert Speicher2015-06-221-42/+25
| * Update mock and stub syntax for specsRobert Speicher2015-06-221-2/+4
| * Fix include_module matcherRobert Speicher2015-06-221-1/+5
* | Fix Style/NonNilCheck cop violationsrubocop-for-testsStan Hu2015-06-221-1/+1
* | Fix Style/HashSyntax violationsRobert Speicher2015-06-221-1/+1
* | Fix Style/Not cop violationsRobert Speicher2015-06-221-2/+2
|/
* Fix Error 500 when one user attempts to access a personal, internal snippetStan Hu2015-06-191-0/+5
* Add `allowing_for_delay` helper method for feature specsRobert Speicher2015-06-141-0/+33
* Allow login_as helper to accept a User objectRobert Speicher2015-06-131-4/+20
* Memoize result of JSON.parse in json_responseRobert Speicher2015-06-101-1/+1
* Add spec/support files for WebMock and test coverageRobert Speicher2015-06-102-0/+12
* ensure_length_of -> validate_length_ofRobert Speicher2015-06-101-1/+1