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