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

Version Path
lastfm-1.27.3 spec/method_category_spec.rb
lastfm-1.27.2 spec/method_category_spec.rb
lastfm-1.27.1 spec/method_category_spec.rb
lastfm-1.27.0 spec/method_category_spec.rb
lastfm-1.26.0 spec/method_category_spec.rb
lastfm-1.25.0 spec/method_category_spec.rb
lastfm-1.24.0 spec/method_category_spec.rb
lastfm-1.23.0 spec/method_category_spec.rb
lastfm-1.22.0 spec/method_category_spec.rb
lastfm-1.21.0 spec/method_category_spec.rb
lastfm-1.20.1 spec/method_category_spec.rb
lastfm-1.19.1 spec/method_category_spec.rb
lastfm-1.19.0 spec/method_category_spec.rb
lastfm-1.18.0 spec/method_category_spec.rb
lastfm-1.17.0 spec/method_category_spec.rb
lastfm-1.16.0 spec/method_category_spec.rb
lastfm-1.15.1 spec/method_category_spec.rb
lastfm-1.15.0 spec/method_category_spec.rb
lastfm-1.14.1 spec/method_category_spec.rb
lastfm-1.14.0 spec/method_category_spec.rb