Sha256: 8f93acd14c9d67a743876368723b7b502ff10a3514eec460f12ea0c768b6239e
Contents?: true
Size: 188 Bytes
Versions: 14
Compression:
Stored size: 188 Bytes
Contents
# frozen_string_literal: true require 'rails_helper' RSpec.describe Doodad, type: :model do describe 'Gem functioning' do it { should have_many(:works_cited_citations) } end end
Version data entries
14 entries across 14 versions & 1 rubygems