Sha256: d8ad7e41f3919f2cd048503bc0ca60bf3839466d6490407388fe67523ea04674
Contents?: true
Size: 245 Bytes
Versions: 6
Compression:
Stored size: 245 Bytes
Contents
# frozen_string_literal: true shared_examples_for "has category" do context "when the category is from another organization" do before do subject.category = create(:category) end it { is_expected.not_to be_valid } end end
Version data entries
6 entries across 6 versions & 1 rubygems