Sha256: 7beda98faec778e0d3aafd189cfd0b0c91041f2411e53f28afbfecce6386aef1
Contents?: true
Size: 301 Bytes
Versions: 2
Compression:
Stored size: 301 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.new(@lastfm).instance_eval { @lastfm }.should equal(@lastfm) end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
claudiob-lastfm-0.0.1 | spec/method_category_spec.rb |
lastfm-0.0.1 | spec/method_category_spec.rb |