I got an error in rspec that runs my helper test in the main Rails application (with additional plugins)
1) MenuHelper maintence menu Failure/Error: before { menu = build_menu_maintence() } NameError: undefined local variable or method `main_app' for #<RSpec::Core::ExampleGroup::Nested_3::Nested_1:0x007f92f561f280> # ./app/helpers/menu_helper.rb:37:in `eval' # (eval):1:in `block in build_menu_items'
Thanks for the advanced,
source share