Sha256: daa533d1e6a552b75493782bec34f209cb176130bccaf2b8196cb2da6b780a7e

Contents?: true

Size: 214 Bytes

Versions: 10

Compression:

Stored size: 214 Bytes

Contents

require File.join(File.dirname(__FILE__), '..', '..', 'spec_helper')

describe Smartfm::RestClient::User, '::ACTIONS' do
  it "should be a Hash" do
    Smartfm::RestClient::User::ACTIONS.should be_a(Hash)
  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
nov-smartfm-0.4.0 spec/smartfm/rest_client/user_spec.rb
nov-smartfm-0.4.1 spec/smartfm/rest_client/user_spec.rb
nov-smartfm-1.0.0 spec/smartfm/rest_client/user_spec.rb
nov-smartfm-1.0.2 spec/smartfm/rest_clients/user_spec.rb
smartfm-0.3.0 spec/smartfm/rest_client/user_spec.rb
smartfm-1.0.2 spec/smartfm/rest_clients/user_spec.rb
smartfm-1.0.0 spec/smartfm/rest_clients/user_spec.rb
smartfm-0.4.0 spec/smartfm/rest_client/user_spec.rb
smartfm-1.0.1 spec/smartfm/rest_clients/user_spec.rb
smartfm-0.3.1 spec/smartfm/rest_client/user_spec.rb