Sha256: fcf9004da959ff323cfc7e3ec91ec790504e655f49671427524a6db7ca65d59f

Contents?: true

Size: 185 Bytes

Versions: 1

Compression:

Stored size: 185 Bytes

Contents

class Employee < User
end

Sham.config(Employee) do |c|
  c.attributes do
    {
      :name => "Employee #{Sham.string!}",
      :email => "#{Sham.string!}@company.com"
    }
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sham-1.0.2 spec/root/sham/employee.rb