Skip to content

Commit

Permalink
rb: ensure gemset has gems installed for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jul 31, 2015
1 parent 479e9c9 commit e37ad82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rake-tasks/crazy_fun/mappings/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def handle(fun, dir, args)
class RubyTest < Tasks
def handle(fun, dir, args)
desc "Run ruby tests for #{args[:name]}"
task task_name(dir, "#{args[:name]}-test") do
task task_name(dir, "#{args[:name]}-test") => %W[//#{dir}:bundle] do
STDOUT.sync = true
puts "Running: #{args[:name]} ruby tests"

Expand Down

0 comments on commit e37ad82

Please sign in to comment.