Skip to content
代码片段 群组 项目
提交 8bee0e1d 编辑于 作者: Sid Sijbrandij's avatar Sid Sijbrandij
浏览文件

Add single test to the readme, should not use rake.

上级 964f7a11
No related branches found
No related tags found
无相关合并请求
...@@ -115,11 +115,15 @@ or start each component separately ...@@ -115,11 +115,15 @@ or start each component separately
* [RSpec](http://rspec.info/) unit and functional tests * [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 * [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 ### GitLab interfaces
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册