Sha256: 9c75800e3f2c65cf323d04411fee17cc989965ac700dc230a96b7e69cf9d9b5e

Contents?: true

Size: 273 Bytes

Versions: 14

Compression:

Stored size: 273 Bytes

Contents

require "test/unit"

module Authlogic
  module ShouldaMacros
    def should_be_authentic(model)
      should "acts as authentic" do
        assert model.respond_to?(:acts_as_authentic_config)
      end
    end
  end
end

Test::Unit::TestCase.extend Authlogic::ShouldaMacros

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
authlogic-1.3.2 shoulda_macros/authlogic.rb
authlogic-1.2.1 shoulda_macros/authlogic.rb
authlogic-1.1.1 shoulda_macros/authlogic.rb
authlogic-1.1.2 shoulda_macros/authlogic.rb
authlogic-1.3.1 shoulda_macros/authlogic.rb
authlogic-1.2.0 shoulda_macros/authlogic.rb
authlogic-1.2.2 shoulda_macros/authlogic.rb
authlogic-1.3.0 shoulda_macros/authlogic.rb
authlogic-1.3.5 shoulda_macros/authlogic.rb
authlogic-1.3.3 shoulda_macros/authlogic.rb
authlogic-1.3.4 shoulda_macros/authlogic.rb
authlogic-1.3.6 shoulda_macros/authlogic.rb
authlogic-1.3.7 shoulda_macros/authlogic.rb
authlogic-1.3.8 shoulda_macros/authlogic.rb