markbates / mack

A Ruby web application framework

mack / lib / mack / generators / mack_application_generator / templates / test / helpers / views / application_helper_test.rb.template
100644 11 lines (7 sloc) 0.198 kb
1
2
3
4
5
6
7
8
9
10
11
require File.join(File.dirname(__FILE__), '..', '..', 'test_helper')
 
class ApplicationHelperTest < Test::Unit::TestCase
  include Mack::ViewHelpers
  
  def test_truth
    assert true
  end
  
end