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