[rspec-users] rspec-rails does not have a matcher for assert_generates

2012-07-26 Thread deepak kannan
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

[rspec-users] i cannot seem to use at_least

2012-09-26 Thread deepak kannan
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 (