Sha256: 2b66fe7246cf4633c34569658072b1c2ae820f9357d0dcf0510d9b07c7cd36d7
Contents?: true
Size: 434 Bytes
Versions: 22
Compression:
Stored size: 434 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), '..', '..', '..', 'spec_helper')) describe Castronaut::Adapters::Ldap::Adapter do describe "authenticate" do it "calls authenticate on the nested User model" do Castronaut::Adapters::Ldap::User.should_receive(:authenticate).with('username', 'password') Castronaut::Adapters::Ldap::Adapter.authenticate('username', 'password') end end end
Version data entries
22 entries across 22 versions & 6 rubygems