Sha256: 6c4b316579154c9cbac6a04a3760335abdf9084cb1082f0f0de38e497a27b515
Contents?: true
Size: 251 Bytes
Versions: 1
Compression:
Stored size: 251 Bytes
Contents
# frozen_string_literal: true require 'rom/files/types' RSpec.describe ROM::Files::Types::Path do subject(:type) { described_class } its([Pathname.pwd]) { is_expected.to be_a Pathname } its(:meta) { is_expected.to eq(primary_key: true) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rom-files-0.2.0 | spec/lib/rom/files/types/path_spec.rb |