require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe AgraApi do before(:each) do AgraApi::Client.stub(:setup_client) end specify { subject.should respond_to :organisation } specify { subject.new.should be_a(AgraApi::Client)} end