Skip to content

Commit

Permalink
[padrino-cache] Fixes requires for memcached in test
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquena committed Mar 10, 2013
1 parent c5553d3 commit 349d824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion padrino-cache/test/test_stores.rb
Expand Up @@ -40,7 +40,7 @@ def bar; "bar"; end
HERE_DOC

begin
require 'Memcached'
require 'memcached'
# we're just going to assume memcached is running on the default port
Padrino::Cache::Store::Memcache.new(::Memcached.new('127.0.0.1:11211', :exception_retry_limit => 1)).set('ping','alive')
rescue LoadError
Expand Down

0 comments on commit 349d824

Please sign in to comment.