remove cucumber completely
This commit is contained in:
parent
b58155113b
commit
ae9689f8ff
7 changed files with 3 additions and 105 deletions
|
@ -1,5 +1,5 @@
|
|||
task :travis do
|
||||
["cucumber", "rspec spec"].each do |cmd|
|
||||
["spinach", "rspec spec"].each do |cmd|
|
||||
puts "Starting to run #{cmd}..."
|
||||
system("export DISPLAY=:99.0 && bundle exec #{cmd}")
|
||||
raise "#{cmd} failed!" unless $?.exitstatus == 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue