Sha256: 76613aadad6463e095a468844705bf517756c5f119b6b3a90458dc1fb7b9a914
Contents?: true
Size: 399 Bytes
Versions: 3
Compression:
Stored size: 399 Bytes
Contents
require 'spec_helper' describe Sentimeta::Client::Auth, :vcr do it { is_expected.to respond_to(:user) } it { is_expected.to respond_to(:signup) } it { is_expected.to respond_to(:signin) } it { is_expected.to respond_to(:reset_password_token) } it { is_expected.to respond_to(:reset_password) } it { is_expected.to respond_to(:oauth) } it { is_expected.to respond_to(:signout) } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sentimeta-0.1.22 | spec/client/auth_spec.rb |
sentimeta-0.1.21 | spec/client/auth_spec.rb |
sentimeta-0.1.20 | spec/client/auth_spec.rb |