Sha256: a31ca3d9b00f417d3b4604ec76278f3ac8cb0dbf81662d6af33fb1707bf70347

Contents?: true

Size: 255 Bytes

Versions: 1

Compression:

Stored size: 255 Bytes

Contents

# -*- encoding : utf-8 -*-
require 'spec_helper'

describe GazelleStyleguide do
  it 'should have a version number' do
    expect(GazelleStyleguide::VERSION).not_to be nil
  end

  it 'should do something useful' do
    expect(false).to be true
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gazelle_styleguide-0.0.1 spec/gazelle_styleguide_spec.rb