Sha256: d075425bbecd2d688ab03d2e977fd9b50a58cc1b404480b69db9452fba781af3

Contents?: true

Size: 223 Bytes

Versions: 25

Compression:

Stored size: 223 Bytes

Contents

module TheCity
  FactoryGirl.define do
  
    factory :web_hook_list, :class => TheCity::WebHookList do
      total_entries 0
      total_pages 0
      per_page 15
      current_page 1
      #web_hooks {}
    end

  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
the-city-admin-0.1.5 spec/factories/web_hook_list.rb
the-city-admin-0.1.4 spec/factories/web_hook_list.rb
the-city-admin-0.1.3 spec/factories/web_hook_list.rb
the-city-admin-0.1.2 spec/factories/web_hook_list.rb
the-city-admin-0.1.1 spec/factories/web_hook_list.rb