require 'spec_helper'
before { stub_cp_keys }
it{ should respond_with :redirect }
end
it{ should respond_with :success }
it{ should render_template :new }
end
end
end
it{ should respond_with :success }
it{ should render_template :index }
end
end
end
end
end