Sha256: d432ac7280c5c23b39c97e49aa8e5d0bc2da9f5d4dc74e4de3e64703c1c23128
Contents?: true
Size: 340 Bytes
Versions: 1
Compression:
Stored size: 340 Bytes
Contents
# -*- coding: utf-8 -*- require File.dirname(__FILE__) + '/../spec_helper' describe Recommendation do context 'const get :VERSION should' do it "return right version number" do expect = '0.2.0' Recommendation.const_get(:VERSION).should be_true Recommendation.const_get(:VERSION).should == expect end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
recommendation-0.2.0 | spec/lib/recommendation_spec.rb |