Cucumber:
* Profile * Browse code * Sceleton for main features * Wiki * Commits
This commit is contained in:
parent
6ff99fe945
commit
5bbf3ccf05
37 changed files with 560 additions and 62 deletions
5
lib/tasks/gitlab/test.rake
Normal file
5
lib/tasks/gitlab/test.rake
Normal file
|
@ -0,0 +1,5 @@
|
|||
namespace :gitlab do
|
||||
desc "GITLAB | Run both cucumber & rspec"
|
||||
task :test => ['cucumber', 'spec']
|
||||
end
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue