require 'spec_helper' describe Platformx do # Panel top it "Panel top should have a title" do expect(x_panel_top(title: "Testing Title")).to include("Testing Title") end # Panel Top it "Panel shold return have a panel-body" do expect(x_panel_top).to include("panel-body") end # Panel Bottom it "Panel bottom should have ending div's" do expect(x_panel_bottom).to include("") end end