describe Interventions::CommentsController do
  describe "route generation" do
    it "should map #index" do
      route_for(:controller => "interventions/comments",:intervention_id => "2", :action => "index").should == "/interventions/2/comments"
    end