application_helper_test.rb 190 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 require File.dirname(__FILE__) + '/../test_helper' class ApplicationHelperTest < Test::Unit::TestCase include ApplicationHelper should 'generate control panel buttons' do end end