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
4e568827
Commit
4e568827
authored
Dec 12, 2019
by
Alexander Oleynikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos
parent
95268679
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/development/rake_tasks.md
doc/development/rake_tasks.md
+4
-4
No files found.
doc/development/rake_tasks.md
View file @
4e568827
...
...
@@ -93,9 +93,9 @@ There are a few environment flags you can pass to change how projects are seeded
In order to run the test you can use the following commands:
-
`bin/rake spec`
to run the rspec suite
-
`bin/rake spec:unit`
to run
the
only the unit tests
-
`bin/rake spec:integration`
to run
the
only the integration tests
-
`bin/rake spec:system`
to run
the
only the system tests
-
`bin/rake spec:unit`
to run only the unit tests
-
`bin/rake spec:integration`
to run only the integration tests
-
`bin/rake spec:system`
to run only the system tests
-
`bin/rake karma`
to run the Karma test suite
Note:
`bin/rake spec`
takes significant time to pass.
...
...
@@ -188,7 +188,7 @@ task, then check the dimensions of the new spritesheet and update the
## Updating project templates
Starting a project from a template needs this project to be exported. On a
up to date master branch
with
run:
up to date master branch run:
```
gdk run
...
...
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