class TestUnit::Generators::PolicyGenerator
Public Instance Methods
create_policy_test()
click to toggle source
# File lib/generators/test_unit/policy_generator.rb, line 8 def create_policy_test template "policy_test.rb", File.join("test/policies", class_path, "#{file_name}_policy_test.rb") end