Skip to content

Commit e37ad82

Browse files
committed
rb: ensure gemset has gems installed for tests
1 parent 479e9c9 commit e37ad82

File tree

1 file changed

+1
-1
lines changed
  • rake-tasks/crazy_fun/mappings

1 file changed

+1
-1
lines changed

rake-tasks/crazy_fun/mappings/ruby.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def handle(fun, dir, args)
8888
class RubyTest < Tasks
8989
def handle(fun, dir, args)
9090
desc "Run ruby tests for #{args[:name]}"
91-
task task_name(dir, "#{args[:name]}-test") do
91+
task task_name(dir, "#{args[:name]}-test") => %W[//#{dir}:bundle] do
9292
STDOUT.sync = true
9393
puts "Running: #{args[:name]} ruby tests"
9494

0 commit comments

Comments
 (0)