Sha256: 88c478e968992925942efed06cceaa8aadbc21f65858422751728525694f43b8
Contents?: true
Size: 457 Bytes
Versions: 8
Compression:
Stored size: 457 Bytes
Contents
# frozen_string_literal: true require "spec_helper" describe "Process admin manages proposals", type: :feature do let(:manifest_name) { "proposals" } let!(:proposal) { create :proposal, feature: current_feature } let!(:reportables) { create_list(:proposal, 3, feature: current_feature) } include_context "feature process admin" it_behaves_like "manage proposals" it_behaves_like "manage moderations" it_behaves_like "export proposals" end
Version data entries
8 entries across 8 versions & 1 rubygems