spec/factories/api_subjects.rb in aaf-gumboot-1.0.0.pre.alpha.2 vs spec/factories/api_subjects.rb in aaf-gumboot-1.1.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + FactoryGirl.define do factory :api_subject, class: API::APISubject do x509_cn { Faker::Lorem.word } description { Faker::Lorem.sentence } contact_name { Faker::Name.name }