Sha256: d76e050aea69fe091e1139a81f10b3fc31653c7d7aab163e18426378206d01c2
Contents?: true
Size: 382 Bytes
Versions: 7
Compression:
Stored size: 382 Bytes
Contents
# frozen_string_literal: true require "spec_helper" describe "Admin manages results", type: :feature do include_context "admin" it_behaves_like "manage results" 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