Sha256: 3a27fb049d1a0d2aa2084e26849754e1829368f4e5c051ce76bf923fd1c65907
Contents?: true
Size: 259 Bytes
Versions: 20
Compression:
Stored size: 259 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
20 entries across 20 versions & 1 rubygems