Sha256: 5bb098121e285b3e3288cad2b2608f2e60efa016b2c9cba5251b1d3f570b9a97
Contents?: true
Size: 311 Bytes
Versions: 1
Compression:
Stored size: 311 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 expect(Lastfm::MethodCategory::Base.new(@lastfm).instance_eval { @lastfm }).to equal(@lastfm) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lastfm-1.27.4 | spec/method_category_spec.rb |