module Spec::Example::Subject::ExampleMethods
def should_not(matcher=nil)
it { should_not be_eligible_to_vote }
describe Person do
== Examples
explicit) of the example group.
Just like +should+, +should_not+ delegates to the subject (implicit or
def should_not(matcher=nil) if matcher subject.should_not(matcher) else subject.should_not end end