Robert Speicher
72a7b30c9f
Change all :empty_project
to :project
2017-08-02 17:47:31 -04:00
Robert Speicher
0853dacad6
Use empty_project
where possible in spec/features/explore
2017-07-27 13:12:16 -04:00
Keifer Furzland
7e113b6824
Remove superfluous type defs in specs
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:31:52 +02:00
Robert Speicher
c10943d9cc
Create guest users only when necessary rather than for every spec
...
These are two examples of a top-level `before` block doing too much.
Only specific specs cared about these guest users, but we were creating
them and their `ProjectMember` records for every single spec that ran.
2017-07-21 17:11:02 -04:00
Robert Speicher
9eeba8fb49
Auto-correct ProjectPathHelper violations
2017-07-06 12:20:50 -04:00
Robert Speicher
e939bf7be1
Change gitlab_sign_in to sign_in where possible
2017-06-29 12:18:23 -04:00
Robert Speicher
45fb1f9542
Change login_as
uses to gitlab_sign_in
2017-06-19 18:59:01 -05:00
Tim Zallmann
39d976cf58
Added more negative checks for public project
2017-06-08 00:37:45 +02:00
Tim Zallmann
81b565ee36
Fix End Syntax Error
2017-06-08 00:02:31 +02:00
Tim Zallmann
9647d2e76d
Enhancing Spec's with negative cases
2017-06-07 23:59:25 +02:00
Tim Zallmann
bf601f0775
Fixed spec test syntax errors
2017-06-07 22:49:22 +02:00
Tim Zallmann
c7bf2bfdaa
Converting Tests to Spec Tests
2017-06-07 22:11:43 +02:00