summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--test/spec_bacon.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/spec_bacon.rb b/test/spec_bacon.rb
index fd3e09b..2eba03c 100644
--- a/test/spec_bacon.rb
+++ b/test/spec_bacon.rb
@@ -297,6 +297,12 @@ describe "before/after" do
   it "should not run from lower level" do
     @c.should.be.nil
   end
+  
+  describe "when nested at a sibling level" do
+    it "should not run from sibling level" do
+      @c.should.be.nil
+    end
+  end
 end
 
 shared "a shared context" do