Closed veera closed 9 years ago
When i was running the specs on rails 4.2 app with rspec-cells 0.2.2, getting the deprecation warning
DEPRECATION WARNING: named_routes.helpers is deprecated, please use route_defined?(route_name) to see if a named route was defined
named_routes.helpers
route_defined?(route_name)
I think this issue specific to dependency rspec-rails version, there was an issue on rspec-rails specific the issue https://github.com/rspec/rspec-rails/issues/1187
I have the same problem.
Thanks! We will fix this once Cells 4 is out the door! Rspec-cells is much simpler than.
When i was running the specs on rails 4.2 app with rspec-cells 0.2.2, getting the deprecation warning
DEPRECATION WARNING:
named_routes.helpers
is deprecated, please useroute_defined?(route_name)
to see if a named route was definedI think this issue specific to dependency rspec-rails version, there was an issue on rspec-rails specific the issue https://github.com/rspec/rspec-rails/issues/1187