summaryrefslogtreecommitdiff
path: root/lib/generators/nifty/scaffold/templates/tests/shoulda/controller.rb
blob: e9f9764d7c31107ee32607e445cb3e8a5cddfd29 (plain)
1
2
3
4
5
require 'test_helper'

class <%= plural_class_name %>ControllerTest < ActionController::TestCase
  <%= controller_methods 'tests/shoulda/actions' %>
end