Sha256: 9795be02ca9a6f31d457ee872801d59ad6eeca5e6e19d9f6503b37743fbc0eaf

Contents?: true

Size: 339 Bytes

Versions: 2

Compression:

Stored size: 339 Bytes

Contents

class HappySystem::HappyBoxTest < Liza::BoxTest

  test :subject_class do
    assert subject_class == HappySystem::HappyBox
  end

  test :settings do
    assert subject_class.log_level == :normal
    assert subject_class.log_color == :magenta
  end

  test :panels do
    assert subject_class[:axo].is_a? HappySystem::AxoPanel
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lizarb-1.0.4 lib/happy_system/happy/happy_box_test.rb
lizarb-1.0.3 lib/happy_system/happy/happy_box_test.rb