implemented flog backend
commit952f69863a778f634fa33d920eaf4880b10c6bc7
authorPhil Hagelberg <phil@vannevar.hypertextsolutions.net>
Fri, 2 Nov 2007 18:11:21 +0000 (2 14:11 -0400)
committerPhil Hagelberg <phil@vannevar.hypertextsolutions.net>
Fri, 2 Nov 2007 18:11:21 +0000 (2 14:11 -0400)
tree4d12b8e96d0663cf663fc0cc486b25cd28e68fec
parent2b77ecb2c73f97b3e73acdd48b9c64913d8817c8
implemented flog backend
15 files changed:
lib/backends/backend.rb
lib/backends/flog_backend.rb [new file with mode: 0644]
lib/backends/test_unit_backend.rb
lib/frontends/ansi_color_frontend.rb
lib/frontends/augment.el
lib/frontends/html_frontend.rb
lib/layer.rb
spec/color_backend_spec.rb
spec/emacs-frontend-test.el
spec/fixtures/drinks/lib/drink.rb
spec/fixtures/drinks/test/test_drink.rb
spec/flog_backend_spec.rb [new file with mode: 0644]
spec/layer_spec.rb [new file with mode: 0644]
spec/spec_helper.rb
spec/test_backend_spec.rb