Sha256: f553687077ad86f86a7dc078b13eff474ecc5fc89fe791d68bf5f273539cb162

Contents?: true

Size: 210 Bytes

Versions: 6

Compression:

Stored size: 210 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/pundit-1.1.0/lib/generators/test_unit/templates/policy_test.rb
pundit-1.1.0 lib/generators/test_unit/templates/policy_test.rb
regulator-0.1.3 lib/generators/test_unit/templates/policy_test.rb
regulator-0.1.2 lib/generators/test_unit/templates/policy_test.rb
pundit-1.0.1 lib/generators/test_unit/templates/policy_test.rb
pundit-1.0.0 lib/generators/test_unit/templates/policy_test.rb