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

Version Path
avm-0.94.1 lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.98.0 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
avm-0.94.0 lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.94.0 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
avm-0.93.0 lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.92.0 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
avm-0.92.0 lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.91.0 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
avm-0.90.1 lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.87.1 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
avm-0.90.0 lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.87.0 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
avm-0.89.0 lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.86.12 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
avm-0.88.0 lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.86.11 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
avm-0.87.0 lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.86.8 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
avm-0.86.2 lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.86.7 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb