これまで開発環境をマシン自体に持っていたため、letter_openerを使っていました。
今回開発環境をVagrantに移行して使っていると、
12:33:42 web.1 | Failure in opening /vagrant/tmp/letter_opener/1358825621_ba83a22/rich.html
with options {}: Unable to find a browser command. If this is unexpected, Please rerun with
environment variable LAUNCHY_DEBUG=true or the '-d' commandline option and file a bug at
https://github.com/copiousfreetime/launchy/issues/new
というエラーが出てしまった。
解決方法
letter_opener_webを使用します。
config/environments/development.rb
config.action_mailer.delivery_method = ENV['USER'] == 'vagrant' ? :letter_opener_web : :letter_opener