Sha256: de60f50174d1675c5d93dc9aa428418429d38700d96edfc745cfcd978cde626a
Contents?: true
Size: 355 Bytes
Versions: 12
Compression:
Stored size: 355 Bytes
Contents
require "test_helper" <% module_namespacing do -%> describe <%= class_name %>Controller do <% if actions.empty? -%> it "must be a real test" do flunk "Need real tests" end <% else -%> <% actions.each do |action| -%> it "should get <%= action %>" do get :<%= action %> assert_response :success end <% end -%> <% end -%> end <% end -%>
Version data entries
12 entries across 12 versions & 1 rubygems