Sha256: 74b4ec23fcb0ab670eb7a8d644765f37d28fcf1a5c1d1465af8c2c6437bed75f

Contents?: true

Size: 175 Bytes

Versions: 1

Compression:

Stored size: 175 Bytes

Contents

require 'spec_helper'
require 'straightedge'

describe Straightedge do
  it "should have a VERSION constant" do
    subject.const_get('VERSION').should_not be_empty
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
straightedge-0.1.0 spec/straightedge_spec.rb