Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace 'snippets/snippets.feature' spinach with rspec | Alexander Randa | 2017-07-05 | 1 | -40/+0 |
| | |||||
* | Use blob viewers for snippets | Douwe Maan | 2017-04-30 | 1 | -0/+1 |
| | |||||
* | Move 'User Snippets' Spinach feature to Rspec | the-undefined | 2017-01-16 | 1 | -34/+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 | ||||
* | Move 'Explore Snippets' Spinach feature to Rspec | the-undefined | 2016-11-08 | 1 | -13/+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 spec | the-undefined | 2016-11-04 | 1 | -10/+0 |
| | | | | | - Add rspec feature for public snippets - Remove spinach test for public snippets | ||||
* | fix spinach features to use new button wordings | Han Loong Liauw | 2015-10-15 | 1 | -1/+1 |
| | | | | Also fixed an accidental deletion of pratial | ||||
* | Fix Error 500 when one user attempts to access a personal, internal snippet | Stan Hu | 2015-06-19 | 1 | -1/+12 |
| | | | | Closes #1815 | ||||
* | Fix raw view for public snippets | Valery Sizov | 2014-10-27 | 1 | -0/+5 |
| | |||||
* | fix for public snippet | Valery Sizov | 2014-10-24 | 2 | -1/+6 |
| | |||||
* | Snippets: public/internal/private | Valery Sizov | 2014-10-09 | 2 | -1/+14 |
| | |||||
* | Snippets: rename public to internal | Valery Sizov | 2014-10-07 | 1 | -1/+1 |
| | |||||
* | Make Spinach test names consistent | Ciro Santilli | 2014-10-05 | 3 | -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 | ||||
* | Refactor snippets views | Dmitriy Zaporozhets | 2014-06-14 | 1 | -1/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Splitted the Spinach tests to prevent time-outs | Jeroen van Baarsen | 2014-06-04 | 3 | -0/+3 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Remove dir prefix and suffix from tests inside dir. | Ciro Santillli | 2014-02-23 | 2 | -0/+0 |
| | |||||
* | Typos fixed | Andrew8xx8 | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | Tests for personal snippets added | Andrew8xx8 | 2013-03-25 | 3 | -0/+60 |