Sha256: 85819d1f18b5454a33544dbd1a772abb8695131f65e4e9c8516226706424d0a0
Contents?: true
Size: 210 Bytes
Versions: 1
Compression:
Stored size: 210 Bytes
Contents
require 'test_helper' class <%= class_name %>PolicyTest < ActiveSupport::TestCase def test_scope end def test_create end def test_show end def test_update end def test_destroy end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pundit-0.3.0 | lib/generators/test_unit/templates/policy_test.rb |