Commit 78df2737 authored by Fabio Pelosin's avatar Fabio Pelosin

[Global] Loading Pry and Awesome Print in development environment

parent d67a5875
...@@ -39,3 +39,7 @@ class Pathname ...@@ -39,3 +39,7 @@ class Pathname
end end
end end
if ENV['COCOA_PODS_ENV'] == 'development'
require 'pry'
require 'awesome_print'
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment