Sha256: 82a4b3b77610c98e5eda6aa0fdeab2403c865a805cac7f6b2c480ec3d6631db8
Contents?: true
Size: 371 Bytes
Versions: 280
Compression:
Stored size: 371 Bytes
Contents
require 'test_helper' <% module_namespacing do -%> class <%= class_name %>ControllerTest < ActionController::TestCase <% if actions.empty? -%> # test "the truth" do # assert true # end <% else -%> <% actions.each do |action| -%> test "should get <%= action %>" do get :<%= action %> assert_response :success end <% end -%> <% end -%> end <% end -%>
Version data entries
280 entries across 240 versions & 24 rubygems