From 973a2ba4d26fcf165e637979a5ded4b5e3c9ef3c Mon Sep 17 00:00:00 2001 From: Godwin Date: Sun, 23 Mar 2014 14:51:10 -0600 Subject: [PATCH] Testing tests 7 --- config/application.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/application.rb b/config/application.rb index 17d0af4..20db061 100644 --- a/config/application.rb +++ b/config/application.rb @@ -1,6 +1,7 @@ require File.expand_path('../boot', __FILE__) require 'rails/all' +require 'pry' # Require the gems listed in Gemfile, including any gems # you've limited to :test, :development, or :production.