Sha256: 587bf657881184b74d6157ea6ae1036057d8ce58f7d611e2775f4d58da5dded6
Contents?: true
Size: 465 Bytes
Versions: 25
Compression:
Stored size: 465 Bytes
Contents
FactoryGirl.define do factory :error, class: "Errdo::Error" do exception_class_name "RuntimeError" exception_message "standard-error" sequence(:backtrace) { |n| ["error#{n}"] } http_method "GET" host_name "www.example.com" url "www.example.com" last_occurred_at Time.current end factory :error_occurrence, class: "Errdo::ErrorOccurrence" do end end
Version data entries
25 entries across 25 versions & 1 rubygems