Sha256: 2d3d5595b6402762c4938a1a54c260f6d0296cecdbc7b568f768645276d363a9

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.1.3'
      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.1.3 spec/lib/recommendation_spec.rb