Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
e6e27e7496f2
Commit
8bee0e1d
authored
Jun 12, 2013
by
Sytse Sijbrandij
Browse files
Add single test to the readme, should not use rake.
parent
3fbb8f352d0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e6e27e74
...
...
@@ -115,11 +115,15 @@ or start each component separately
*
[
RSpec
](
http://rspec.info/
)
unit and functional tests
bundle exec rake spec
All RSpec tests: bundle exec rake spec
Single RSpec file: bundle exec rspec spec/controllers/commit_controller_spec.rb
*
[
Spinach
](
https://github.com/codegram/spinach
)
integration tests
bundle exec rake spinach
All Spinach tests: bundle exec rake spinach
Single Spinach test: bundle exec spinach features/project/issues/milestones.feature
### GitLab interfaces
...
...
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