Sha256: a86af24fdc2b509e020ebae2bcdbef0b6d88971da094fba5fc42b8e8ecc276bb
Contents?: true
Size: 337 Bytes
Versions: 11
Compression:
Stored size: 337 Bytes
Contents
# frozen_string_literal: true require "spec_helper" describe "Admin manages projects", type: :feature do let(:manifest_name) { "budgets" } let!(:project) { create :project, scope: scope, feature: current_feature } include_context "feature admin" it_behaves_like "manage projects" it_behaves_like "manage announcements" end
Version data entries
11 entries across 11 versions & 1 rubygems