describe TiersController do
  describe "route generation" do
    it "maps #index" do
      route_for(:controller => "tiers", :action => "index").should == "/tiers"
    end