Sha256: 91840fc184714c1f080cbb60ab3d2efe21de8c7c2b45e1af4023c3dc75da5163
Contents?: true
Size: 287 Bytes
Versions: 12
Compression:
Stored size: 287 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe TokyoApi do before(:each) do allow(TokyoApi::Client).to receive(:setup_client) end specify { expect(subject).to respond_to :actionkit } specify { expect(subject.new).to be_a(TokyoApi::Client)} end
Version data entries
12 entries across 12 versions & 1 rubygems