Sha256: 7fe3d73d90a188509348d133eff3ab8d479899a6b0153ad127b27e2dcfedaac5
Contents?: true
Size: 361 Bytes
Versions: 42
Compression:
Stored size: 361 Bytes
Contents
require 'test_helper' class <%= class_name %>ControllerTest < ActionController::TestCase <% if actions.empty? -%> # Replace this with your real tests. test "the truth" do assert true end <% else -%> <% for action in actions -%> test "should get <%= action %>" do get :<%= action %> assert_response :success end <% end -%> <% end -%> end
Version data entries
42 entries across 42 versions & 1 rubygems