Skip to content

Commit

Permalink
update base test
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed Jun 22, 2010
1 parent 4abf15a commit 6d53f94
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/cerberusweb_publisher_test.rb
Expand Up @@ -4,8 +4,13 @@
require 'cerberus/manager'
require 'mock/manager'

class CerberuswebPublisherText < Test::Unit::TestCase
class CerberusWebPublisherText < Test::Unit::TestCase
def test_publisher
options = Cerberus::Config.new(nil, :publisher => {:cerberusweb => {:db_path => './cerberusweb.sqlite'}}, :application_name => 'CerberusWebApp')
build = DummyManager.new('last message', 'this is output', 1232, 'anatol')

Cerberus::Publisher::CerberusWeb.publish( build_status(true), build, options)

# TODO: replace with real tests
assert true
end
Expand Down

0 comments on commit 6d53f94

Please sign in to comment.