Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:binarylogic/authlogic
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Jan 1, 2009
2 parents af4f7e0 + 9e85bf2 commit 74823b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions shoulda_macros/authlogic.rb
Expand Up @@ -2,9 +2,10 @@

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

0 comments on commit 74823b5

Please sign in to comment.