Module: Hexx::RSpec::Tasks
- Defined in:
- lib/hexx-rspec/tasks.rb
Overview
The utility that loads gem-specific rake tasks
Class Method Summary collapse
-
.install ⇒ self
Installs all the necessary rake tasks.
Class Method Details
.install ⇒ self
Installs all the necessary rake tasks
18 19 20 21 22 23 24 |
# File 'lib/hexx-rspec/tasks.rb', line 18 def self.install gem_tasks rspec_tasks custom_tasks self end |