Sha256: 0a02d6a2f770552438c8479d7af8bd66f5935c25a722d58dcca62d81b818a3e5

Contents?: true

Size: 196 Bytes

Versions: 2

Compression:

Stored size: 196 Bytes

Contents

require 'spec_helper'

describe Install do
  it 'has a version number' do
    expect(Install::VERSION).not_to be nil
  end

  it 'does something useful' do
    expect(false).to eq(true)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
LyricFind-0.1.2 install/spec/install_spec.rb
LyricFind-0.1.1 install/spec/install_spec.rb