Commit bd53fda1 authored by Eloy Durán's avatar Eloy Durán

Fix .kick script for Kicker 2.5.0

parent a08e913a
recipe :ruby recipe :ruby
Ruby.runner_bin = 'macbacon' Kicker::Recipes::Ruby.runner_bin = 'bacon'
process do |files| process do |files|
specs = files.take_and_map do |file| specs = files.take_and_map do |file|
...@@ -10,5 +10,5 @@ process do |files| ...@@ -10,5 +10,5 @@ process do |files|
s unless s.empty? s unless s.empty?
end end
end end
Ruby.run_tests(specs) Kicker::Recipes::Ruby.run_tests(specs)
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment