Sha256: 50eb524bb2f5d854ce5398922a9d7a712002aed86331c1fae6aeed0c20f450f6
Contents?: true
Size: 170 Bytes
Versions: 3
Compression:
Stored size: 170 Bytes
Contents
require 'test_helper' class AdminModelTest < ActiveSupport::TestCase test "Admin is in registry" do assert_includes SimonSays::Roleable.registry, :admin end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
simon_says-0.0.4 | test/models/admin_test.rb |
simon_says-0.0.3 | test/models/admin_test.rb |
simon_says-0.0.27b6 | test/models/admin_test.rb |