old_test/unit/role_test.rb

Summary

Maintainability
A
0 mins
Test Coverage
require File.dirname(__FILE__) + '/../test_helper'

class RoleTest < ActiveSupport::TestCase
  # fixtures preloaded

  # skipping, testing handled by ActiveRecord and authorization plugin
  # all declaritive in model

  # Replace this with your real tests.
  def test_truth
    assert true
  end
end