Sha256: 595e20b6ddbcf244e7fbcecf7b5a2640c6a4ae895c27f3587c368cce5c8f368d
Contents?: true
Size: 259 Bytes
Versions: 20
Compression:
Stored size: 259 Bytes
Contents
# Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :help_request do how_can_we_help_you "It's on fire" end factory :help_request_invalid, parent: :help_request do how_can_we_help_you "" end end
Version data entries
20 entries across 20 versions & 1 rubygems