rake pry
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
433ce16c37
commit
a1c1b5b167
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…
Add table
Reference in a new issue