You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I add a module to the rails /config/initializers that skips a before_filter spork doesn't find the methods in /app/helpers/application_helper.rb any more.
I opened this new issue altough I'm aware of spork issue #109 and spork-rails issue #6 because I don't know if they are related and/or if I simply did something wrong in the configuration/setup.
The text was updated successfully, but these errors were encountered:
I have isolated this error, please take a look at the example here: https://github.com/PizzaPill/spork-error
If I add a module to the rails /config/initializers that skips a
before_filter
spork doesn't find the methods in /app/helpers/application_helper.rb any more.To demonstrate this do the following:
rspec spec/
- specs passI opened this new issue altough I'm aware of spork issue #109 and spork-rails issue #6 because I don't know if they are related and/or if I simply did something wrong in the configuration/setup.
The text was updated successfully, but these errors were encountered: