Sha256: b1e558b386e04bacbcb242a90fda9d594bf45710480e9d0531c4ef7395d0a44c

Contents?: true

Size: 275 Bytes

Versions: 1

Compression:

Stored size: 275 Bytes

Contents

require 'mockspotify'
require 'minitest/autorun'

describe MockSpotify do
  it "should define VERSION" do
    MockSpotify::VERSION.must_be_kind_of String
  end

  it "should provide a path to libmockspotify" do
    File.exist?(MockSpotify.lib_path).must_equal true
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mockspotify-0.0.1 test/mockspotify_spec.rb