Sha256: 029cf48b68a97edc3e6117e7d9fd7981be0e1fdc87f23358bdbd0aa39dc50383

Contents?: true

Size: 217 Bytes

Versions: 6

Compression:

Stored size: 217 Bytes

Contents

require 'rails_helper'

module Pwb
  RSpec.describe Section, type: :model do
    let(:section) { FactoryGirl.create(:pwb_section) }

    it 'has a valid factory' do
      expect(section).to be_valid
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pwb-1.2.0 spec/models/pwb/section_spec.rb
pwb-1.1.1 spec/models/pwb/section_spec.rb
pwb-1.0.0 spec/models/pwb/section_spec.rb
pwb-0.1.1 spec/models/pwb/section_spec.rb
pwb-0.1.0 spec/models/pwb/section_spec.rb
pwb-0.0.2 spec/models/pwb/section_spec.rb