Sha256: efcc345fa2909df0123a5c9c2aea8706af942ba618c20ed2b07f90bc03006b48

Contents?: true

Size: 232 Bytes

Versions: 8

Compression:

Stored size: 232 Bytes

Contents

require 'rails_helper'

module Pwb
  RSpec.describe Translation, type: :model do
    let(:translation) { FactoryGirl.create(:pwb_translation) }
    it 'has a valid factory' do
      expect(translation).to be_valid
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pwb-1.4.0 spec/models/pwb/translation_spec.rb
pwb-1.3.0 spec/models/pwb/translation_spec.rb
pwb-1.2.0 spec/models/pwb/translation_spec.rb
pwb-1.1.1 spec/models/pwb/translation_spec.rb
pwb-1.0.0 spec/models/pwb/translation_spec.rb
pwb-0.1.1 spec/models/pwb/translation_spec.rb
pwb-0.1.0 spec/models/pwb/translation_spec.rb
pwb-0.0.2 spec/models/pwb/translation_spec.rb