Sha256: 4d578a2489176d543f5eaf30e4936c93d82bf34f8e2b8c94e8f3a81a6b8c8a21
Contents?: true
Size: 298 Bytes
Versions: 2
Compression:
Stored size: 298 Bytes
Contents
class WebSystem::RackTest < Liza::ControllerTest test :subject_class do assert subject_class == WebSystem::Rack end test :settings do assert subject_class.log_level == :normal assert subject_class.log_color == :blue end # test :call do # todo "write this" # end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lizarb-1.0.4 | lib/web_system/web/controllers/rack_test.rb |
lizarb-1.0.3 | lib/web_system/web/controllers/rack_test.rb |