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 !
mack / lib / mack / generators / mack_application_generator / templates / test / helpers / views / application_helper_spec.rb.template
100644 7 lines (4 sloc) 0.154 kb
1
2
3
4
5
6
7
require File.join(File.dirname(__FILE__), '..', '..', 'spec_helper')
 
describe Mack::ViewHelpers::ApplicationHelper do
  include Mack::ViewHelpers
  
end