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