Sha256: 22ef37825cd1c42c68b4733a78ca6b40f326d9207bf00a8933960967e2f89246
Contents?: true
Size: 232 Bytes
Versions: 1
Compression:
Stored size: 232 Bytes
Contents
# frozen_string_literal: true require 'tataru' describe Tataru::Representation do it 'has no dependencies' do rep = Tataru::Representations::LiteralRepresentation.new('hello') expect(rep.dependencies).to eq [] end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tataru-0.2.0 | spec/representations/literal_representation_spec.rb |