Sha256: 4b41d5c061e7a6a19c97a65c0641b1be9b92bd048ad7ff1449c4d2ce348ba298
Contents?: true
Size: 423 Bytes
Versions: 7
Compression:
Stored size: 423 Bytes
Contents
# frozen_string_literal: true require "spec_helper" describe "Process admin manages meetings", type: :feature do include_context "admin" let(:user) { process_admin } it_behaves_like "manage meetings" before do switch_to_host(organization.host) login_as user, scope: :user visit decidim_admin.manage_feature_path(participatory_process_id: participatory_process, feature_id: current_feature) end end
Version data entries
7 entries across 7 versions & 1 rubygems