Sha256: a0cde9799247972d0bb51f2fc6765a18aa2fdf211d5d035a0ec3d7af620e1b9f

Contents?: true

Size: 171 Bytes

Versions: 1

Compression:

Stored size: 171 Bytes

Contents

require 'spec_helper'
require 'dynamour'

describe Dynamour do
  it "should have a VERSION constant" do
    expect(subject.const_get('VERSION')).to_not be_empty
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dynamour-0.1.0 spec/dynamour_spec.rb