Skip to content

Instantly share code, notes, and snippets.

@t-oginogin
Created May 12, 2014 11:17
Show Gist options
  • Select an option

  • Save t-oginogin/1fb9137514cd13302546 to your computer and use it in GitHub Desktop.

Select an option

Save t-oginogin/1fb9137514cd13302546 to your computer and use it in GitHub Desktop.
Rails MiniTestのControllerテストでflashの内容をテストする ref: http://qiita.com/t_oginogin/items/22bc1fbfedf23da34ba5
assert_match /error meesage/, @controller.session['flash']['flashes'][:error]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment