Sha256: fd7a9e7f1ff01175b81fa34da33ce61629573eb1a5fe87b909080e1c2ca59b01

Contents?: true

Size: 1.09 KB

Versions: 16

Compression:

Stored size: 1.09 KB

Contents

window.FIXTURES = {} if window.FIXTURES is undefined

FIXTURES.channel = (id = 1)->
  channel:
    id: id
    name: "Test"
    description: "Lorem Ipsum"
    permalink: "3-test-page"
    created_at: "2014-07-15T06:35:03.389-05:00"
    updated_at: "2014-07-15T06:35:03.389-05:00"
    image:
      image:
        url: null
        thumb:
          url: null

        large:
          url: null

        x_large:
          url: null

    video_embed_url: null
    video_url: null
    how_it_works: null
    how_it_works_html: null
    terms_url: "http://test.host/terms"
    state: "draft"
    accepts_projects: true
    submit_your_project_text: null
    submit_your_project_text_html: null
    start_content: null
    start_hero_image:
      start_hero_image:
        url: null
        blur:
          url: null

    success_content: null,
    url: "http:/www.dune-investissement.fr/api/channels/1"
    html_url: "http://3-test-page.dune-investissement.fr/"

FIXTURES.channels = (page = 3)->
  channels: [FIXTURES.channel(1).channel, FIXTURES.channel(2).channel]
  meta:
    page: page
    total: 2
    total_pages: 10

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
dune-dashboard-1.1.5 spec/javascripts/fixtures/channels.coffee
dune-dashboard-1.1.4 spec/javascripts/fixtures/channels.coffee
dune-dashboard-1.1.3 spec/javascripts/fixtures/channels.coffee
dune-dashboard-1.1.2 spec/javascripts/fixtures/channels.coffee
dune-dashboard-1.1.1 spec/javascripts/fixtures/channels.coffee
dune-dashboard-1.1.0 spec/javascripts/fixtures/channels.coffee
dune-dashboard-1.0.9 spec/javascripts/fixtures/channels.coffee
dune-dashboard-1.0.8 spec/javascripts/fixtures/channels.coffee
dune-dashboard-1.0.7 spec/javascripts/fixtures/channels.coffee
dune-dashboard-1.0.6 spec/javascripts/fixtures/channels.coffee
dune-dashboard-1.0.5 spec/javascripts/fixtures/channels.coffee
dune-dashboard-1.0.4 spec/javascripts/fixtures/channels.coffee
dune-dashboard-1.0.3 spec/javascripts/fixtures/channels.coffee
dune-dashboard-1.0.2 spec/javascripts/fixtures/channels.coffee
dune-dashboard-1.0.1 spec/javascripts/fixtures/channels.coffee
dune-dashboard-1.0.0 spec/javascripts/fixtures/channels.coffee