summaryrefslogtreecommitdiff
path: root/features/steps/snippets
Commit message (Collapse)AuthorAgeFilesLines
* Move 'Explore Snippets' Spinach feature to Rspecthe-undefined2016-11-081-21/+0
| | | | | | | | | | | | This commit moves the `snippets/discover.feature` Spinach test to a Rspec feature, as part of deprecating the Spinach test suite. The original feature was called 'Discover Snippets', but the UI no longer reflects this wording. The new Rspec feature is called 'Explore Snippets' to reflect UI/Controller/View naming in use. - Remove Spinach discover snippets feature and steps - Add Rspec feature test
* Move spinach public snippet feature to rspec specthe-undefined2016-11-041-25/+0
| | | | | - Add rspec feature for public snippets - Remove spinach test for public snippets
* Updated snippets testssnippets-uiPhil Hughes2016-05-191-2/+2
|
* Fix specfix-milestone-snippet-headerDouwe Maan2015-12-161-1/+1
|
* Restore dashboard snippets tabs.Douwe Maan2015-10-181-3/+3
|
* fix spinach features to use new button wordingsHan Loong Liauw2015-10-151-3/+3
| | | | Also fixed an accidental deletion of pratial
* 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.
* Fix rubocop issues at feature/ directoryDmitriy Zaporozhets2015-06-221-6/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix Error 500 when one user attempts to access a personal, internal snippetStan Hu2015-06-191-0/+20
| | | | Closes #1815
* Change `within` to `page.within` in feature stepsRobert Speicher2015-06-122-5/+5
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-124-16/+16
|
* Fix snippets testsDmitriy Zaporozhets2015-04-221-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix raw view for public snippetsValery Sizov2014-10-271-0/+8
|
* fix for public snippetValery Sizov2014-10-241-0/+17
|
* Snippets: public/internal/privateValery Sizov2014-10-092-0/+18
|
* Snippets: rename public to internalValery Sizov2014-10-072-3/+3
|
* Make Spinach test names consistentCiro Santilli2014-10-053-3/+3
| | | | | | | - 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-223-20/+20
|\ | | | | | | | | | | | | | | | | 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-223-20/+20
| |
* | Prefix Spinach features with Spinach::Features::.Ciro Santilli2014-09-223-3/+3
|/
* Refactor snippets viewsDmitriy Zaporozhets2014-06-141-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove dir prefix and suffix from tests inside dir.Ciro Santillli2014-02-232-0/+0
|
* Remove deprecated findersskv2014-01-193-3/+3
|
* Improve snippets UXDmitriy Zaporozhets2013-11-181-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add seeds and improve ui. Remove snippet expires_atDmitriy Zaporozhets2013-07-181-2/+1
|
* fix tests. improve ui-box titleDmitriy Zaporozhets2013-07-131-1/+1
|
* Fix snippets testDmitriy Zaporozhets2013-06-061-1/+1
|
* Typos fixedAndrew8xx82013-03-251-1/+1
|
* Typo in class name fixedAndrew8xx82013-03-253-2/+3
|
* Tests for private snippet fixedAndrew8xx82013-03-251-1/+1
|
* Tests for personal snippets addedAndrew8xx82013-03-253-0/+122