309 310 311
# File 'lib/shoulda/context.rb', line 309 def context(name, &blk) self.subcontexts << Context.new(name, self, &blk) end