Class: StreamCi::Ruby::Rspec::Tasks
- Inherits:
-
Object
- Object
- StreamCi::Ruby::Rspec::Tasks
- Includes:
- Rake::DSL
- Defined in:
- lib/stream_ci/ruby/rspec/tasks.rb
Instance Method Summary collapse
Instance Method Details
#load_tasks ⇒ Object
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 |