Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Duh. Need to require flipper.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Aug 3, 2012
1 parent b88a88f commit 4be3b0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/flipper-redis.rb
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
require 'flipper'
require 'flipper/adapters/redis'
4 changes: 4 additions & 0 deletions spec/flipper/redis_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ def write_key(key, value)
end

it_should_behave_like 'a flipper adapter'

it "should work with Flipper.new" do
Flipper.new(subject).should_not be_nil
end
end

0 comments on commit 4be3b0e

Please sign in to comment.