I am using rspec and trying to test some helpers, but for some reason can''t get rspec to read my methods in my helpers.rb file. I include the helpers file in the helpers spec...in the spec I run a test with a method from my helpers file and I get an error saying: undefined method for my_method Any ideas suggestions, that''d be great. -- Posted via http://www.ruby-forum.com/.
Possibly Parallel Threads
- Testing file upload (Sinatra, RSpec, Rack-Test)
- spec''ing helpers that use controller
- [TDD] [Rails] - Rspec test for application_helper.rb fails when trying to access application_controller method.
- RSpec seems to be having a hard time loading Helper classes
- Can''t delete app/helpers