Sha256: 819b64c0f90bd19c4b3a13667e6d8fbf0cd5654546ac2fa4ea48f7fdb5fed33f
Contents?: true
Size: 307 Bytes
Versions: 45
Compression:
Stored size: 307 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe 'Lastfm::MethodCategory' do before do @lastfm = Lastfm.new('xxx', 'yyy') end it 'should have instance of Lastfm' do Lastfm::MethodCategory::Base.new(@lastfm).instance_eval { @lastfm }.should equal(@lastfm) end end
Version data entries
45 entries across 45 versions & 1 rubygems