hi,
rails minitest has assertions for assert_generates, assert_recognizes and
assert_routing
rpsec's "routes_to" delegates to assert_recognizes
http://rubydoc.info/gems/rspec-rails/frames
But there is no mention of assert_generates
http://api.rubyonrails.org/classes/ActionDispatch/Assertions/Rou
hi,
Problem is that i want to test chained method calls. Where the method chain
is optional
But if the method chain is called then certain assertions apply on the
method chain itself
The object may or may not call a method.
But if it does call the method then it has to call another method on it
(