Sha256: 24918f46feea8720865e1cd7ef65f48f7440226ebe56abdc71c2df18ab5fdaac
Contents?: true
Size: 398 Bytes
Versions: 2
Compression:
Stored size: 398 Bytes
Contents
class NetSystem::NetBoxTest < Liza::BoxTest test :subject_class do assert subject_class == NetSystem::NetBox end test :settings do assert subject_class.log_level == :normal assert subject_class.log_color == :red end test :panels do assert subject_class[:client].is_a? NetSystem::ClientPanel assert subject_class[:database].is_a? NetSystem::DatabasePanel end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lizarb-1.0.4 | lib/net_system/net/net_box_test.rb |
lizarb-1.0.3 | lib/net_system/net/net_box_test.rb |