Skip to content

Commit

Permalink
memcached_spec: fix spec describe
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Sep 16, 2009
1 parent 2c2a5dc commit ac8b68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/memcached_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$: << File.dirname(__FILE__) + '/../lib'
require 'remcached'

describe Memcached::Client do
describe Memcached do
def run(&block)
EM.run do
Memcached.servers = %w(127.0.0.2 localhost:11212 localhost localhost)
Expand Down

0 comments on commit ac8b68f

Please sign in to comment.