Sha256: ea31a00ab1683a42ab2e759be23a7dfe404efbd642f3e20145924bfe65a0b263
Contents?: true
Size: 397 Bytes
Versions: 31
Compression:
Stored size: 397 Bytes
Contents
# frozen_string_literal: true 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
31 entries across 31 versions & 1 rubygems