module Spec::Example::Subject::ExampleMethods
def should(matcher=nil)
it { should be_eligible_to_vote }
describe Person do
== Examples
expressions.
an implicit subject (see +subject+), this supports very concise
delegated to the object returned by +subject+. Combined with
When +should+ is called with no explicit receiver, the call is
def should(matcher=nil) if matcher subject.should(matcher) else subject.should end end