Sha256: 6bb3902464102996f205461b8e4977335ad33e30365826e1845397c5c15bd8bc
Contents?: true
Size: 426 Bytes
Versions: 22
Compression:
Stored size: 426 Bytes
Contents
# -*- encoding : utf-8 -*- describe Card::Set::All::Tabs do specify "view tabs" do expect_view(:tabs).to have_tag("div.tabbable") do with_tag "ul.nav" with_tag "li.nav-item" with_tag "div.tab-content" end end specify "view pills" do expect_view(:pills).to have_tag("div.tabbable") do with_tag "ul.nav" with_tag "li.nav-item" with_tag "div.tab-content" end end end
Version data entries
22 entries across 22 versions & 1 rubygems