Sha256: 8a9309079e490f83063d502dbf9fabfc5aede0ca2b3c094485f71fbfe19e59ac

Contents?: true

Size: 279 Bytes

Versions: 1

Compression:

Stored size: 279 Bytes

Contents

# frozen_string_literal: true

require 'tataru'

describe Tataru::Representations::OutputRepresentation do
  it 'has a dependency on itself' do
    rr = Tataru::Representations::OutputRepresentation.new('file', 'created_at')

    expect(rr.dependencies).to eq ['file']
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tataru-0.2.0 spec/representations/output_representation_spec.rb