require_relative '../../spec_helper' describe Tabulous::BootstrapPillRenderer do include Tabulous::TestData before(:each) do create_sample_tabset @renderer = Tabulous::BootstrapPillRenderer.new(@tabset, @view) end it "should return Bootstrap HTML for tabs with a nav-pills class" do tabs_html = @renderer.tabs_html tabs_html.should be_a(String) expect(tabs_html).to match(/