spec/factories/certifications.rb in enceladus-0.0.7 vs spec/factories/certifications.rb in enceladus-0.0.8

- old
+ new

@@ -1,9 +1,9 @@ require 'date' FactoryGirl.define do factory :certification_response, class: ApiResource do - iso_3166_1 { Faker::Lorem.characters(2).upcase } + iso_3166_1 { FFaker::Lorem.characters(2).upcase } certification "R" release_date { (Date.new - rand(10)).to_s } end end \ No newline at end of file