Sha256: 243ca2c7c7d6625d2b40d3d0ce5a04e91640038c21be84f3cca9b7532032e436

Contents?: true

Size: 490 Bytes

Versions: 94

Compression:

Stored size: 490 Bytes

Contents

module SpecialistDocumentFixtures
  def basic_specialist_document_fields
    {
      slug: 'cma-cases/merger-investigation-2014',
      title: "Merger Investigation 2014",
      summary: "This is the summary of stuff going on in the Merger Investigation 2014",
      state: "published",
      body: "A body",
      opened_date: '2012-04-21',
      document_id: 'a-document-id',
      market_sector: 'oil-and-gas',
      case_type: 'some-case-type',
      case_state: 'open'
    }
  end
end

Version data entries

94 entries across 94 versions & 1 rubygems

Version Path
govuk_content_models-29.1.2 test/fixtures/specialist_document_fixtures.rb
govuk_content_models-29.0.1 test/fixtures/specialist_document_fixtures.rb
govuk_content_models-29.0.0 test/fixtures/specialist_document_fixtures.rb
govuk_content_models-28.10.0 test/fixtures/specialist_document_fixtures.rb
govuk_content_models-28.9.0 test/fixtures/specialist_document_fixtures.rb
govuk_content_models-28.8.0 test/fixtures/specialist_document_fixtures.rb
govuk_content_models-28.7.1 test/fixtures/specialist_document_fixtures.rb
govuk_content_models-28.7.0 test/fixtures/specialist_document_fixtures.rb
govuk_content_models-28.6.2 test/fixtures/specialist_document_fixtures.rb
govuk_content_models-28.6.1 test/fixtures/specialist_document_fixtures.rb
govuk_content_models-28.6.0 test/fixtures/specialist_document_fixtures.rb
govuk_content_models-28.5.0 test/fixtures/specialist_document_fixtures.rb
govuk_content_models-28.4.0 test/fixtures/specialist_document_fixtures.rb
govuk_content_models-28.3.0 test/fixtures/specialist_document_fixtures.rb
govuk_content_models-28.2.0 test/fixtures/specialist_document_fixtures.rb
govuk_content_models-28.1.0 test/fixtures/specialist_document_fixtures.rb
govuk_content_models-28.0.1 test/fixtures/specialist_document_fixtures.rb
govuk_content_models-28.0.0 test/fixtures/specialist_document_fixtures.rb
govuk_content_models-27.2.0 test/fixtures/specialist_document_fixtures.rb
govuk_content_models-27.1.0 test/fixtures/specialist_document_fixtures.rb