# File lib/mspec/guards/specified.rb, line 49
49:   def unspecified
50:     g = UnspecifiedGuard.new
51:     g.name = :unspecified
52:     yield if g.yield?
53:   ensure
54:     g.unregister
55:   end