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