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