Sha256: 9c187ee552a17087c87ee5096fb8c39f38e208589d84d5e1853da1f8e57eadfc
Contents?: true
Size: 291 Bytes
Versions: 1
Compression:
Stored size: 291 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-wrench" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bootstrap_builders-0.0.1 | spec/bootstrap_helpers/button_spec.rb |