varvet/pundit

View on GitHub
lib/generators/test_unit/templates/policy_test.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'test_helper'

class <%= class_name %>PolicyTest < ActiveSupport::TestCase
  def test_scope
  end

  def test_show
  end

  def test_create
  end

  def test_update
  end

  def test_destroy
  end
end