Sha256: 55b4ff8c500a97e18f86b2ced2606768f5172e38198616bd82f586a4cda777f8
Contents?: true
Size: 363 Bytes
Versions: 3
Compression:
Stored size: 363 Bytes
Contents
require 'spec_helper' describe Sentimeta::Client::Data, :vcr do it { is_expected.to respond_to(:attributes) } it { is_expected.to respond_to(:medal) } it { is_expected.to respond_to(:search) } it 'responds to other data-methods' do %w(criteria spheres objects catalog).each do |meth| is_expected.to respond_to(meth.to_sym) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sentimeta-0.1.22 | spec/client/data_spec.rb |
sentimeta-0.1.21 | spec/client/data_spec.rb |
sentimeta-0.1.20 | spec/client/data_spec.rb |