Sha256: d3df5cfd320205077daa07467f72f58c5f74aa4e7ec63d2657f4839d7119eb8a
Contents?: true
Size: 217 Bytes
Versions: 8
Compression:
Stored size: 217 Bytes
Contents
require 'rails_helper' module Pwb RSpec.describe Feature, type: :model do let(:feature) { FactoryGirl.create(:pwb_feature) } it 'has a valid factory' do expect(feature).to be_valid end end end
Version data entries
8 entries across 8 versions & 1 rubygems