Sha256: a3100728845ed429f392b67996d762ec331e20abe857ac205ec7d89bd6aa8546

Contents?: true

Size: 210 Bytes

Versions: 1

Compression:

Stored size: 210 Bytes

Contents

require "spec_helper"

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
climatic-0.2.26 example/simple_app/spec/tst_climatic_spec.rb