Sha256: 42b7b0f2ceb9b1c2c1afd3ac71ac312ec86601eab50b7bb0386b0d7630272cdf

Contents?: true

Size: 336 Bytes

Versions: 74

Compression:

Stored size: 336 Bytes

Contents

describe AmaLayoutBreadcrumbHelper do
  describe "#show_breadcrumbs" do
    it "renders breadcrumbs" do
      helper.extend BreadcrumbsOnRails::ActionController::HelperMethods
      helper.add_breadcrumb "Ama Online Account", "#"
      expect(helper.show_breadcrumbs).to include "<a href=\"#\">Ama Online Account</a>"
    end
  end
end

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
ama_layout-11.5.1 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-11.5.0 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-11.4.0 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-11.3.1 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-11.3.0 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-11.2.0 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-11.1.0 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-10.2.0 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-10.1.0 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-10.0.1 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-9.5.3 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-9.5.2 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-9.5.1 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-9.5.0 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-9.4.1 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-9.4.0 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-9.3.0 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-9.2.0 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-9.1.0 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-9.0.0 spec/helpers/ama_layout_breadcrumb_helper_spec.rb