Sha256: 3b9d1f84f1c30301306adaf6093e3249dc7463510e2bea4cc5e4444525e4f512

Contents?: true

Size: 448 Bytes

Versions: 84

Compression:

Stored size: 448 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

84 entries across 84 versions & 2 rubygems

Version Path
avm-0.84.0 lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.83.0 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
avm-0.83.0 lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.82.0 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
avm-0.82.0 lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.81.0 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.80.0 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
avm-0.81.0 lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.79.0 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
avm-0.80.0 lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.78.0 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.77.1 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.77.0 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.76.1 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.76.0 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.75.2 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.75.1 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.75.0 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.74.1 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb
eac_tools-0.74.0 sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb