Sha256: 9de1ffac741e3618974f51c574b807ada60d8e61d79d602a410a86bd9746172b
Contents?: true
Size: 443 Bytes
Versions: 7
Compression:
Stored size: 443 Bytes
Contents
require File.dirname(__FILE__) + '/../test_helper' # Re-raise errors caught by the controller. class <%= class_name.pluralize %>; def rescue_action(e) raise e end; end class <%= class_name.pluralize %>Test < Test::Unit::TestCase def setup @controller = <%= class_name.pluralize %>.build(fake_request) @controller.dispatch('index') end # Replace this with your real tests. def test_should_be_setup assert false end end
Version data entries
7 entries across 7 versions & 1 rubygems