keys_controller_spec.rb revision 5373515c1a145ecf6acc385c74f47594b6a463f4
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