mail = ActionMailer::Base.deliveries.last text = "Text of link" body = Nokogiri::HTML(mail.body.raw_source) link = body.at_xpath("//a[text()=\"#{text}\"]") link["href"]