remove cucumber completely
This commit is contained in:
parent
b58155113b
commit
ae9689f8ff
7 changed files with 3 additions and 105 deletions
|
@ -1,5 +1,4 @@
|
|||
namespace :gitlab do
|
||||
desc "GITLAB | Run both cucumber & rspec"
|
||||
task :test => ['cucumber', 'spec']
|
||||
desc "GITLAB | Run both spinach and rspec"
|
||||
task :test => ['spinach', 'spec']
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue