We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479e9c9 commit e37ad82Copy full SHA for e37ad82
rake-tasks/crazy_fun/mappings/ruby.rb
@@ -88,7 +88,7 @@ def handle(fun, dir, args)
88
class RubyTest < Tasks
89
def handle(fun, dir, args)
90
desc "Run ruby tests for #{args[:name]}"
91
- task task_name(dir, "#{args[:name]}-test") do
+ task task_name(dir, "#{args[:name]}-test") => %W[//#{dir}:bundle] do
92
STDOUT.sync = true
93
puts "Running: #{args[:name]} ruby tests"
94
0 commit comments