Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5f61742b
Commit
5f61742b
authored
Oct 25, 2018
by
Winnie Hellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove section about types of tests
parent
63049497
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
doc/development/new_fe_guide/development/testing.md
doc/development/new_fe_guide/development/testing.md
+0
-14
No files found.
doc/development/new_fe_guide/development/testing.md
View file @
5f61742b
...
...
@@ -267,20 +267,6 @@ expect(page).not_to have_selector('.card')
## Test helpers
---
> TODO: update the following sections
---
## Types of tests in our codebase
*
**RSpec**
*
**[Ruby unit tests](#ruby-unit-tests-spec-rb)**
for models, controllers, helpers, etc. (
`/spec/**/*.rb`
)
*
**[Full feature tests](#full-feature-tests-spec-features-rb)**
(
`/spec/features/**/*.rb`
)
*
**[Karma](#karma-tests-spec-javascripts-js)**
(
`/spec/javascripts/**/*.js`
)
*
<s>
Spinach
</s>
— These have been removed from our codebase in May 2018. (
`/features/`
)
#### Vuex Helper: `testAction`
We have a helper available to make testing actions easier, as per
[
official documentation
](
https://vuex.vuejs.org/en/testing.html
)
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment