9 10 11 12
# File 'lib/stream_ci/ruby/rspec/tasks.rb', line 9 def load_tasks rake_tasks = "#{StreamCi::Ruby::Rspec.root}/lib/tasks/*.rake" Dir.glob(rake_tasks).each { |rt| import rt } end