Sha256: 102d4ae87a9c9d8242bb67ea56eb7946e6cbb1a8ac61b92756919ec57da9a7a3

Contents?: true

Size: 252 Bytes

Versions: 4

Compression:

Stored size: 252 Bytes

Contents

# -*- encoding : utf-8 -*-

describe Card::Set::All::History do
  context "history view" do
    it 'should have a frame' do
      history = render_card :history, :name=>"A"
      assert_view_select history, 'div[class~="card-frame"]'
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wagn-1.13.0 spec/mod/standard/set/all/history_spec.rb
wagn-1.13.0.pre2 spec/mods/standard/sets/all/history_spec.rb
wagn-1.13.0.pre1 spec/mods/standard/sets/all/history_spec.rb
wagn-1.13.0.pre spec/mods/standard/sets/all/history_spec.rb