Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Declaring for now RedisError in spec_helper.rb
  • Loading branch information
Luca Guidi committed May 28, 2009
1 parent 41725e5 commit 3dd156c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -13,3 +13,6 @@
require "cache/sinatra/redis_store"

class Redis; attr_reader :host, :port, :db end

# TODO this class should be deleted when fixed conflicts with redis-rb
class RedisError < StandardError; end

0 comments on commit 3dd156c

Please sign in to comment.