summaryrefslogtreecommitdiff
path: root/features/steps/explore/projects.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
| | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add the username of the current user to the HTTP(S) clone URLJan Christophersen2017-02-241-1/+1
|
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-3/+0
|
* fix failing testsempty-repo-instructions-fixPhil Hughes2016-02-231-1/+1
|
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-6/+6
|
* Move ssh-key steps into SharedUser. Change references in "Explore Projects" ↵Eirik Lygre2015-12-091-8/+1
| | | | feature. Apply ssh-key requirement to "Project Create" feature.
* Add spinach tests for the clone protocol selection.Eirik Lygre2015-12-091-0/+8
|
* Fix rubocop issues at feature/ directoryDmitriy Zaporozhets2015-06-221-1/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Call `page.all` instead of `all` in feature stepsRobert Speicher2015-06-121-2/+2
| | | | | | | There's a naming conflict between Capybara and rspec-matchers which both define the `all` method. See https://github.com/jnicklas/capybara/issues/1396
* Change `within` to `page.within` in feature stepsRobert Speicher2015-06-121-2/+2
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-121-21/+21
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-4/+4
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* 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
* Remove unnecessary page. from tests.Ciro Santilli2014-09-261-2/+2
|
* Fix testsDmitriy Zaporozhets2014-08-281-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'star' of https://github.com/cirosantilli/gitlabhq into ↵Dmitriy Zaporozhets2014-07-241-24/+0
| | | | | | | | | cirosantilli-star Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
* Refactor explore area tests. Replaced old linksDmitriy Zaporozhets2014-07-231-0/+172
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>