summaryrefslogtreecommitdiff
path: root/spec/features/projects/user_creates_directory_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-2/+2
|
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
| | | | | | Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
* Add a project forks spec helperBob Van Landuyt2017-10-071-1/+1
| | | | | The helper creates a fork of a project with all provided attributes, but skipping the creation of the repository on disk.
* Use `empty_project` where possible in spec/features/projectsRobert Speicher2017-07-271-1/+1
|
* Replace 'browse_files.feature' spinach test with an rspec analogblackst0ne2017-07-121-0/+87