remove cucumber completely

This commit is contained in:
Nihad Abbasov 2012-09-10 06:40:57 -07:00
parent b58155113b
commit ae9689f8ff
7 changed files with 3 additions and 105 deletions

View file

@ -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