Sha256: ade7fa8b9b154b76cfc69dbe5329ea7e708a7df06cfdae54c055da3163178dcb
Contents?: true
Size: 336 Bytes
Versions: 21
Compression:
Stored size: 336 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' RSpec.describe Spree::BackendConfiguration::MenuItem do describe '#match_path' do subject do described_class.new([], nil, { match_path: '/stock_items' }).match_path end it 'can be read' do is_expected.to eq('/stock_items') end end end
Version data entries
21 entries across 21 versions & 1 rubygems