# File lib/bacon.rb, line 157 def should(*args, &block) if Counter[:depth]==0 it('should '+args.first,&block) else super(*args,&block) end end