fix warnings

This commit is contained in:
r888888888
2014-04-25 11:08:46 -07:00
parent 53844af8dc
commit ace7e6abff
3 changed files with 5 additions and 5 deletions

View File

@@ -62,7 +62,3 @@ group :development do
gem 'ruby-prof' gem 'ruby-prof'
# gem 'sql-logging' # gem 'sql-logging'
end end
group :development, :test do
gem 'pry'
end

View File

@@ -48,5 +48,5 @@ SimpleForm.setup do |config|
# config.country_priority = nil # config.country_priority = nil
# Default size for text inputs. # Default size for text inputs.
config.default_input_size = 30 # config.default_input_size = 30
end end

View File

@@ -99,6 +99,10 @@ class MockMemcache
end end
end end
if defined?(MEMCACHE)
Object.send(:remove_const, :MEMCACHE)
end
MEMCACHE = MockMemcache.new MEMCACHE = MockMemcache.new
VCR.configure do |c| VCR.configure do |c|