Class: RestPack::Gem::Tasks

Inherits:
Object
  • Object
show all
Defined in:
lib/restpack_gem/tasks.rb

Class Method Summary collapse

Class Method Details

.load_service_tasks ⇒ Object



8
9
10
11
# File 'lib/restpack_gem/tasks.rb', line 8

def self.load_service_tasks
  self.load_tasks
  load "restpack_gem/tasks/db.rake"
end

.load_tasks ⇒ Object



3
4
5
6
# File 'lib/restpack_gem/tasks.rb', line 3

def self.load_tasks
  load "restpack_gem/tasks/gem.rake"
  load "restpack_gem/tasks/rspec.rake"
end