Sha256: 39e303a5a61d4b1e236b5daea1fb2634b566244b754228596dd0327950683539
Contents?: true
Size: 233 Bytes
Versions: 6
Compression:
Stored size: 233 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
6 entries across 6 versions & 1 rubygems