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 'sql-logging'
end
group :development, :test do
gem 'pry'
end

View File

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

View File

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