Sha256: 09a1ed91b686872837b6f2b096a2f1437186e90f9ff86ceefa3bf342e1677346
Contents?: true
Size: 361 Bytes
Versions: 48
Compression:
Stored size: 361 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' module Spree describe BaseHelper, type: :helper do # Regression test for https://github.com/spree/spree/issues/2759 it "nested_taxons_path works with a Taxon object" do taxon = create(:taxon, name: "iphone") expect(spree.nested_taxons_path(taxon)).to eq("/t/iphone") end end end
Version data entries
48 entries across 48 versions & 3 rubygems