Sha256: 724c881028c1cfe9897647f7041ef34e9b06c5475acaea606f2229b45c2f7cbc
Contents?: true
Size: 258 Bytes
Versions: 6
Compression:
Stored size: 258 Bytes
Contents
# frozen_string_literal: true require "spec_helper" module Decidim module Proposals module Admin describe CreateProposal do let(:form_klass) { ProposalForm } it_behaves_like "create a proposal", false end end end end
Version data entries
6 entries across 6 versions & 1 rubygems