ActionView::Template::Error: undefined local variable or method `gflash'
iRonin opened this issue · 4 comments
iRonin commented
Any ideas what's the reason I get
ActionView::Template::Error: undefined local variable or method `gflash`
in Capybara specs when using Spork/Guard?
iRonin commented
Sorry, it was Spork's issue.
DavertMik commented
The problem was in not loading Gritter helpers
I solved this by adding include Gritter::Helpers
into my spec_helper
file
iRonin commented
@DavertMik You were faster :)