summaryrefslogtreecommitdiffstats
path: root/spec/shared_behaviours/memory_terminus.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/shared_behaviours/memory_terminus.rb')
-rw-r--r--spec/shared_behaviours/memory_terminus.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/shared_behaviours/memory_terminus.rb b/spec/shared_behaviours/memory_terminus.rb
index 5c9f35cca..f9325a969 100644
--- a/spec/shared_behaviours/memory_terminus.rb
+++ b/spec/shared_behaviours/memory_terminus.rb
@@ -2,7 +2,7 @@
# Created by Luke Kanies on 2008-4-8.
# Copyright (c) 2008. All rights reserved.
-describe "A Memory Terminus", :shared => true do
+shared_examples_for "A Memory Terminus" do
it "should find no instances by default" do
@searcher.find(@request).should be_nil
end