Sha256: fb5338fd663457c76163f9db46e7cc820f64012e03e2f2dce017bee7d9316a1e
Contents?: true
Size: 246 Bytes
Versions: 121
Compression:
Stored size: 246 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
121 entries across 121 versions & 2 rubygems