spec/restfully_spec.rb in restfully-0.2.3 vs spec/restfully_spec.rb in restfully-0.3.0

- old
+ new

@@ -1,5 +1,5 @@ -require File.expand_path(File.dirname(__FILE__) + '/spec_helper') +require File.expand_path(File.dirname(__FILE__)+'/spec_helper') describe Restfully do it "should have a default adapter" do Restfully.adapter.should == Restfully::HTTP::Adapters::RestClientAdapter end