Allow custimizable graph sizes, to fit with newly modular results page. Also,
[selectricity] / test / unit / quickvote_test.rb
1 require File.dirname(__FILE__) + '/../test_helper'
2
3 class QuickVoteTest < Test::Unit::TestCase
4   fixtures :quickvote
5   
6   def correct_enddate
7     true
8   end
9   
10   
11   
12 end

Benjamin Mako Hill || Want to submit a patch?