Sha256: 7bd5446d4a982845d2611a448e16064609af12048f515d6d5077d086e9c40cfa
Contents?: true
Size: 349 Bytes
Versions: 27
Compression:
Stored size: 349 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'spec_helper')) describe Castronaut::Adapters do describe "selected adapter" do it "delegates to the default of RestfulAuthentication" do Castronaut::Adapters.selected_adapter.should == Castronaut::Adapters::RestfulAuthentication::Adapter end end end
Version data entries
27 entries across 27 versions & 6 rubygems