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-5.0.2 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-5.0.1 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-5.0.0 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-4.10.1 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-4.10.0 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-4.9.0 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-4.8.7 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-4.8.6 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-4.8.5 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-4.8.4 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-4.8.3 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-4.8.2 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-4.8.1 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-4.8.0 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-4.7.1 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-4.7.0 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-4.6.5 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-4.6.4 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-4.6.3 spec/helpers/ama_layout_breadcrumb_helper_spec.rb
ama_layout-4.6.2 spec/helpers/ama_layout_breadcrumb_helper_spec.rb