Sha256: ffc6015d0ddaad17fdc4813e49b8e2eeb0d10a59617a39ee7e444a2feb33c79e
Contents?: true
Size: 264 Bytes
Versions: 1
Compression:
Stored size: 264 Bytes
Contents
RSpec.describe Washbullet::API::Me do describe '#me', :vcr do let(:client) { Washbullet::Client.new(test_api_key) } subject(:me) { client.me } specify 'Get the self information' do expect(me).to be_kind_of(Washbullet::User) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
washbullet-0.4.0 | spec/washbullet/api/me_spec.rb |