Sha256: f6dd9e8a48aa9aded07f178939002729272573a3dfcc0f6fbd9d73c88a6a1783
Contents?: true
Size: 273 Bytes
Versions: 9
Compression:
Stored size: 273 Bytes
Contents
module Authlogic module ShouldaMacros class Test::Unit::TestCase def self.should_be_authentic klass = model_class should "acts as authentic" do assert klass.respond_to?(:acts_as_authentic_config) end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems