Sha256: 81c12aa6b36126be2a2f4a7e50484b80a04d277a7b2c315da5a9a4ac10effb2d

Contents?: true

Size: 187 Bytes

Versions: 14

Compression:

Stored size: 187 Bytes

Contents

# frozen_string_literal: true

require 'rails_helper'

RSpec.describe Thing, 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

Version Path
works_cited-0.1.14 spec/models/thing_spec.rb
works_cited-0.1.13 spec/models/thing_spec.rb
works_cited-0.1.11 spec/models/thing_spec.rb
works_cited-0.1.10 spec/models/thing_spec.rb
works_cited-0.1.9 spec/models/thing_spec.rb
works_cited-0.1.8 spec/models/thing_spec.rb
works_cited-0.1.7 spec/models/thing_spec.rb
works_cited-0.1.6 spec/models/thing_spec.rb
works_cited-0.1.5 spec/models/thing_spec.rb
works_cited-0.1.4 spec/models/thing_spec.rb
works_cited-0.1.3 spec/models/thing_spec.rb
works_cited-0.1.2 spec/models/thing_spec.rb
works_cited-0.1.1 spec/models/thing_spec.rb
works_cited-0.1.0 spec/models/thing_spec.rb