Sha256: 02487801de57a34ac1fc5caf46cc2249568f194b0602e4bd6407301f9c5a0d62
Contents?: true
Size: 446 Bytes
Versions: 34
Compression:
Stored size: 446 Bytes
Contents
# frozen_string_literal: true require 'eac_ruby_utils/core_ext' RSpec.shared_examples 'avm_file_format_file_resource_name' do |input_expected| describe '#file_resource_name' do input_expected.each do |path, expected_resource_name| context "when path is \"#{path}\"" do let(:instance) { described_class.new } it { expect(instance.file_resource_name(path)).to eq(expected_resource_name) } end end end end
Version data entries
34 entries across 34 versions & 2 rubygems