Sha256: 8de3849bf52d2a2596c526eb44c3d8aee385e50bba4c10779a480ccb0cd94d21

Contents?: true

Size: 236 Bytes

Versions: 15

Compression:

Stored size: 236 Bytes

Contents

# frozen_string_literal: true

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

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
git_ownership_insights-1.2.0 spec/git_ownership_insights_spec.rb
git_ownership_insights-1.1.1 spec/git_ownership_insights_spec.rb
git_ownership_insights-1.1.0 spec/git_ownership_insights_spec.rb
git_ownership_insights-1.0.9 spec/git_ownership_insights_spec.rb
git_ownership_insights-1.0.8 spec/git_ownership_insights_spec.rb
git_ownership_insights-1.0.7 spec/git_ownership_insights_spec.rb
git_ownership_insights-1.0.6 spec/git_ownership_insights_spec.rb
git_ownership_insights-1.0.5 spec/git_ownership_insights_spec.rb
git_ownership_insights-1.0.4 spec/git_ownership_insights_spec.rb
git_ownership_insights-1.0.3 spec/git_ownership_insights_spec.rb
git_ownership_insights-1.0.2 spec/git_ownership_insights_spec.rb
git_ownership_insights-1.0.0 spec/git_ownership_insights_spec.rb
git_ownership_insights-0.1.4 spec/git_ownership_insights_spec.rb
git_ownership_insights-0.1.3 spec/git_ownership_insights_spec.rb
git_ownership_insights-0.1.2 spec/git_ownership_insights_spec.rb