Sha256: 7e49946fe7e18c5f3d7232b959d4903341a0358debec4b12f9d2433e8bbf46ae
Contents?: true
Size: 319 Bytes
Versions: 8
Compression:
Stored size: 319 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.new.respond_to?(:password=) assert klass.new.respond_to?(:valid_password?) end end end end end
Version data entries
8 entries across 8 versions & 2 rubygems