This commit is contained in:
Gwenhael Le Moine 2016-08-13 19:07:10 +02:00
parent 433ce16c37
commit 464d7f34c1

View file

@ -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