Sha256: 78e1ce5301d3c846cc75782c53d4960d11e49a7bf799ef321089d313cef71b27

Contents?: true

Size: 181 Bytes

Versions: 5

Compression:

Stored size: 181 Bytes

Contents

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
stanwood-0.4.0 spec/stanwood_spec.rb
stanwood-0.3.0 spec/stanwood_spec.rb
stanwood-0.2.1 spec/stanwood_spec.rb
stanwood-0.2.0 spec/stanwood_spec.rb
stanwood-0.1.3 spec/stanwood_spec.rb