class RestPack::Gem::Tasks

Public Class Methods

load_service_tasks() click to toggle source
# 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() click to toggle source
# 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