Sha256: 3024c90ea75e992c9bed4f99675369fc0a2abac682a11dc2bda852fab8a2280f
Contents?: true
Size: 289 Bytes
Versions: 9
Compression:
Stored size: 289 Bytes
Contents
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
Version data entries
9 entries across 9 versions & 1 rubygems