Class: Physique::DefaultTasksBuilder

Inherits:
TasksBuilder show all
Defined in:
lib/physique/task_builders/default.rb

Instance Attribute Summary

Attributes inherited from TasksBuilder

#solution

Instance Method Summary collapse

Methods inherited from TasksBuilder

#build_tasks_for, build_tasks_for, #ensure_output_location, inherited, #namespace, #to_string_or_symbol

Methods included from ToolLocator

#locate_tool, #which

Instance Method Details

#build_tasksObject



3
4
5
# File 'lib/physique/task_builders/default.rb', line 3

def build_tasks
  task :default => [ :test ]
end