Sha256: 7404bd34fae50d38a073217ecd762e8642e37fe3637c83f1847ef8cf180c0fa2
Contents?: true
Size: 224 Bytes
Versions: 6
Compression:
Stored size: 224 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
6 entries across 6 versions & 1 rubygems