Sha256: 77e8884b9045d5d35fb1605770d7b2b428173bb96dc6ff7eedaba67729ec0670
Contents?: true
Size: 321 Bytes
Versions: 3
Compression:
Stored size: 321 Bytes
Contents
# frozen_string_literal: true require "spec_helper" describe "Admin manages meetings attachments", type: :feature do let(:manifest_name) { "meetings" } let!(:meeting) { create :meeting, scope: scope, feature: current_feature } include_context "feature admin" it_behaves_like "manage meetings attachments" end
Version data entries
3 entries across 3 versions & 1 rubygems