public
Description: A Ruby web application framework
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack.git
Click here to lend your support to: mack and make a donation at www.pledgie.com !
100644 10 lines (7 sloc) 0.264 kb
1
2
3
4
5
6
7
8
9
10
require File.join(File.dirname(__FILE__), '..', '..', 'test_helper')
 
class <%= @name_plural_camel %>ControllerHelperTest < Test::Unit::TestCase
  include Mack::ControllerHelpers::<%= @name_plural_camel %>Controller
  
  def test_truth
    assert true
  end
  
end