Sha256: 061eedf9b85d450e7e1ef8fe6ff31b5b833867075a1f50fe918bf355ee72f6f8
Contents?: true
Size: 366 Bytes
Versions: 6
Compression:
Stored size: 366 Bytes
Contents
require 'test_helper' module Vedeu module Cells describe BottomHorizontal do let(:described) { Vedeu::Cells::BottomHorizontal } let(:instance) { described.new } describe '#type' do subject { instance.type } it { subject.must_equal(:bottom_horizontal) } end end # BottomHorizontal end # Cells end # Vedeu
Version data entries
6 entries across 6 versions & 1 rubygems