summaryrefslogtreecommitdiff
path: root/features/steps/snippets/user.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move 'User Snippets' Spinach feature to Rspecthe-undefined2017-01-161-55/+0
| | | | | | | | This commit moves the `snippets/user.feature` Spinach test to a Rspec feature, as part of deprecating the Spinach test suite. - Remove Spinach discover snippets feature and steps - Add Rspec feature test
* Restore dashboard snippets tabs.Douwe Maan2015-10-181-3/+3
|
* Clean up overlap between dashboard and explore.Douwe Maan2015-09-081-1/+1
| | | | | - Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
* Change `within` to `page.within` in feature stepsRobert Speicher2015-06-121-3/+3
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-121-6/+6
|
* Fix snippets testsDmitriy Zaporozhets2015-04-221-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Snippets: public/internal/privateValery Sizov2014-10-091-0/+14
|
* Snippets: rename public to internalValery Sizov2014-10-071-2/+2
|
* Make Spinach test names consistentCiro Santilli2014-10-051-1/+1
| | | | | | | - do not add Feature to feature titles - titleize feature titles - put steps on the same path as .feature files - make feature titles match their path
* Merge branch 'spinach-step' of https://github.com/cirosantilli/gitlabhq into ↵Dmitriy Zaporozhets2014-09-221-7/+7
|\ | | | | | | | | | | | | | | | | cirosantilli-spinach-step Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: features/steps/project/markdown_render.rb
| * Replace old spinach step definitions with step.Ciro Santilli2014-09-221-7/+7
| |
* | Prefix Spinach features with Spinach::Features::.Ciro Santilli2014-09-221-1/+1
|/
* Remove dir prefix and suffix from tests inside dir.Ciro Santillli2014-02-231-0/+41