# File lib/shoulda/context.rb, line 103 103: def should_eventually(name, options = {}, &blk) 104: context_name = self.name.gsub(/Test/, "") 105: context = Shoulda::Context.new(context_name, self) do 106: should_eventually(name, &blk) 107: end 108: context.build 109: end