lib/generators/test_unit/templates/policy_test.rb in pundit-0.3.0 vs lib/generators/test_unit/templates/policy_test.rb in pundit-1.0.0

- old
+ new

@@ -3,13 +3,13 @@ class <%= class_name %>PolicyTest < ActiveSupport::TestCase def test_scope end - def test_create + def test_show end - def test_show + def test_create end def test_update end