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