custimizable widgets now work for top_bar as well, btu still only with png's.
[selectricity] / test / unit / election_test.rb
1 require File.dirname(__FILE__) + '/../test_helper'
2
3 class ElectionTest < Test::Unit::TestCase
4   def test_default
5     assert true
6   end
7 end

Benjamin Mako Hill || Want to submit a patch?