Sha256: 23c020fcd2632b464e27764d0ea586f53a6c87dc8e9d0d4bb99548d056afcac3

Contents?: true

Size: 169 Bytes

Versions: 2

Compression:

Stored size: 169 Bytes

Contents

module Docxtor2
  shared_context 'integration' do
    let(:template) { Known::Templates::DEFAULT }
    let(:docx) { File.join(Known::Path::TMP, 'test.docx') }
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
docxtor2-0.0.9 spec/docxtor2/support/contexts/integration_context.rb
docxtor2-0.1.0 spec/docxtor2/support/contexts/integration_context.rb