application_helper_test.rb 190 Bytes
require File.dirname(__FILE__) + '/../test_helper'

class ApplicationHelperTest < Test::Unit::TestCase

  include ApplicationHelper

  should 'generate control panel buttons' do

  end

end