mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2024-12-26 09:59:18 +01:00
rake pry
This commit is contained in:
parent
433ce16c37
commit
464d7f34c1
1 changed files with 11 additions and 14 deletions
|
@ -1,7 +1,6 @@
|
|||
# coding: utf-8
|
||||
|
||||
ENV['RACK_ENV'] = 'development'
|
||||
namespace :pry do
|
||||
task :load_config do
|
||||
require 'rubygems'
|
||||
require 'bundler'
|
||||
|
@ -16,5 +15,3 @@ namespace :pry do
|
|||
task pry: :load_config do
|
||||
pry.binding
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue