keys_routing_spec.rb revision 7b1dde45a157f50e09c9f12f427e021a5e684d35
require 'spec_helper'
describe KeysController do
it { should route(:get, "keys").to(:controller=> :keys, :action => :index) }
end