Skip to content

Commit a5e4787

Browse files
committed
Merge pull request #64 from epidemian/patch-1
Fix minor error in code snippet
2 parents 8026a9a + e4dea33 commit a5e4787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/blog/2015-02-03-rspec-3-2-has-been-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RSpec.configure do |config|
6565
end
6666

6767
# 3. Shared context auto-inclusion: groups tagged with
68-
# `:redis` will have this context included.
68+
# `:uses_redis` will have this context included.
6969
RSpec.shared_context "Uses Redis", :uses_redis do
7070
let(:redis) { Redis.connect(ENV['REDIS_URL']) }
7171
before { redis.flushdb }

0 commit comments

Comments
 (0)