Sha256: ed824ffec63183de6fc8b1593ad0f22264c4e9d77e03524da666b1d6d56c5b07
Contents?: true
Size: 264 Bytes
Versions: 1
Compression:
Stored size: 264 Bytes
Contents
require 'spec_helper' describe VaingloryAPI do subject(:klass) { Object.const_get(self.class.top_level_description) } it 'allows instantiation of a Client' do client = klass.new('API_KEY') expect(client).to be_an_instance_of(klass::Client) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vainglory-api-0.0.4 | spec/lib/vainglory_api_spec.rb |