Sha256: 494a59566dd7a40ffbcfc009271c049c675591aa71adcc8fdef6461adaba94b1

Contents?: true

Size: 294 Bytes

Versions: 2

Compression:

Stored size: 294 Bytes

Contents

require "spec_helper"

describe BootstrapBuilders::Button do
  include WorkingHelpers

  it "generates an edit button" do
    html = bs_edit_button(url: "/test/url")
    expect(html).to include "/test/url"
    expect(html).to include "edit"
    expect(html).to include "fa fa-wrench"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bootstrap_builders-0.0.3 spec/bootstrap_helpers/button_spec.rb
bootstrap_builders-0.0.2 spec/bootstrap_helpers/button_spec.rb