Sha256: 42fcede368679924247c4f302fb48fef76488b3c1274915be620bdd5459b26c7

Contents?: true

Size: 360 Bytes

Versions: 19

Compression:

Stored size: 360 Bytes

Contents

# frozen_string_literal: true

RSpec.describe DrawioDsl::Schema::{{camel shape.type}} do
  include_context :node_dependencies

  subject { instance }

  let(:instance) { described_class.new(diagram, **args) }
  let(:args) { { id: 1 } }
  let(:default) { KConfig.configuration.drawio.shapes.{{snake shape.type}} }

  it_behaves_like :basic_shape_attributes
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
drawio_dsl-0.8.8 .builders/.templates/basic/schema_shape_spec.rb
drawio_dsl-0.8.7 .builders/.templates/basic/schema_shape_spec.rb
drawio_dsl-0.8.6 .builders/.templates/basic/schema_shape_spec.rb
drawio_dsl-0.8.5 .builders/.templates/basic/schema_shape_spec.rb
drawio_dsl-0.8.4 .builders/.templates/basic/schema_shape_spec.rb
drawio_dsl-0.8.3 .builders/.templates/basic/schema_shape_spec.rb
drawio_dsl-0.8.2 .builders/.templates/basic/schema_shape_spec.rb
drawio_dsl-0.8.1 .builders/.templates/basic/schema_shape_spec.rb
drawio_dsl-0.8.0 .builders/.templates/basic/schema_shape_spec.rb
drawio_dsl-0.7.0 .builders/.templates/basic/schema_shape_spec.rb
drawio_dsl-0.6.0 .builders/.templates/basic/schema_shape_spec.rb
drawio_dsl-0.5.7 .builders/.templates/basic/schema_shape_spec.rb
drawio_dsl-0.5.6 .builders/.templates/basic/schema_shape_spec.rb
drawio_dsl-0.5.5 .builders/.templates/basic/schema_shape_spec.rb
drawio_dsl-0.5.4 .builders/.templates/basic/schema_shape_spec.rb
drawio_dsl-0.5.3 .builders/.templates/basic/schema_shape_spec.rb
drawio_dsl-0.5.2 .builders/.templates/basic/schema_shape_spec.rb
drawio_dsl-0.5.1 .builders/.templates/basic/schema_shape_spec.rb
drawio_dsl-0.5.0 .builders/.templates/basic/schema_shape_spec.rb