Sha256: 020c15fa825ee736dd689117b0e9673773cfbde3d2eb7311d861f13d9d7e4bbc

Contents?: true

Size: 337 Bytes

Versions: 3

Compression:

Stored size: 337 Bytes

Contents

# frozen_string_literal: true

require "spec_helper"

describe "Process admin manages meetings attachments", type: :feature do
  let(:manifest_name) { "meetings" }
  let!(:meeting) { create :meeting, scope: scope, feature: current_feature }

  include_context "feature process admin"

  it_behaves_like "manage meetings attachments"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
decidim-0.3.2 decidim-meetings/spec/features/process_admin_manages_meetings_attachments_spec.rb
decidim-0.3.1 decidim-meetings/spec/features/process_admin_manages_meetings_attachments_spec.rb
decidim-0.3.0 decidim-meetings/spec/features/process_admin_manages_meetings_attachments_spec.rb