spec/highrise/note_spec.rb in highrise-1.2.0 vs spec/highrise/note_spec.rb in highrise-2.0.0

- old
+ new

@@ -1,9 +1,10 @@ require File.dirname(__FILE__) + '/../spec_helper' describe Highrise::Note do before(:each) do + Highrise::Base.site = 'http://example.com.i:3000' @note = Highrise::Note.new(:id => 1) end it "should be instance of Highrise::Base" do @note.kind_of?(Highrise::Base).should be_true