Sha256: 19afa25b544d530701a0bb078479a980c4e35e6f501868ccff8077ce34163389

Contents?: true

Size: 300 Bytes

Versions: 5

Compression:

Stored size: 300 Bytes

Contents

require 'spec_helper'
require 'pageflow/lint'

module Pageflow
  module Chart
    Pageflow::Lint.file_type(:scraped_site,
                             create_file_type: -> { Chart.scraped_site_file_type },
                             create_file: -> { create(:scraped_site, :processed) })
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pageflow-chart-2.6.0 spec/integration/file_type_spec.rb
pageflow-chart-2.5.0 spec/integration/file_type_spec.rb
pageflow-chart-2.4.0 spec/integration/file_type_spec.rb
pageflow-chart-2.3.0 spec/integration/file_type_spec.rb
pageflow-chart-2.2.0 spec/integration/file_type_spec.rb