Sha256: 53fd1621cea1bbf7901ce00f3b5a7005b3dea7265dc1fbf33ad4125116a95dc4
Contents?: true
Size: 668 Bytes
Versions: 7
Compression:
Stored size: 668 Bytes
Contents
# -*- encoding : utf-8 -*- RSpec.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
7 entries across 7 versions & 1 rubygems