Sha256: 82f01e4ca542cddf48bfa7012f58051e76e52b238c252979b48ef27643347b83
Contents?: true
Size: 662 Bytes
Versions: 14
Compression:
Stored size: 662 Bytes
Contents
# -*- encoding : utf-8 -*- describe Card::Set::All::History::Views do specify "view act" do expect_view(:act).to have_tag("div.card") do with_tag "div.card-header" with_tag "div.card-body" end end specify "view act_legend" do expect_view(:act_legend).to have_tag("div.row") do with_tag "div" end end specify "view action_summary" do expect_view(:action_summary).to have_tag("div.card-slot") do with_tag "ins" end end specify "view history" do expect_view(:history).to have_tag("div.card-slot.history-view") do with_tag "div.card-body" with_tag "div.card-header" end end end
Version data entries
14 entries across 14 versions & 1 rubygems