Sha256: 1a78bc69119008e0174871c5b9d7d990306fd6e1d80c023e3583d5005eed983e
Contents?: true
Size: 1.08 KB
Versions: 2
Compression:
Stored size: 1.08 KB
Contents
################################################################## # Licensing Information # # # # The following code is licensed, as standalone code, under # # the Ruby License, unless otherwise directed within the code. # # # # For information on the license of this code when distributed # # with and used in conjunction with the other modules in the # # Amp project, please see the root-level LICENSE file. # # # # © Michael J. Edgar and Ari Brown, 2009-2010 # # # ################################################################## require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe Amp do it "has a version" do Amp::VERSION.should_not be_nil end it "has a version title" do Amp::VERSION_TITLE.should_not be_nil end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
amp-front-0.2.0 | spec/amp-front_spec.rb |
amp-front-0.1.0 | spec/amp-front_spec.rb |