Sha256: 978b8d8c87e06572f57dc01ee4b14a3094473888b43fec0fefe0cbe5a775e366
Contents?: true
Size: 239 Bytes
Versions: 9
Compression:
Stored size: 239 Bytes
Contents
# frozen_string_literal: true require "spec_helper" describe "Follow projects", type: :feature do let(:manifest_name) { "budgets" } let!(:followable) do create(:project, feature: feature) end include_examples "follows" end
Version data entries
9 entries across 9 versions & 1 rubygems