Sha256: 06b92f6f6e43c58c966d0fc5a172cac2737634040fa7f971e85e32cd8d8cd835

Contents?: true

Size: 316 Bytes

Versions: 1

Compression:

Stored size: 316 Bytes

Contents

# -*- coding: utf-8 -*-

require File.dirname(__FILE__) + '/../spec_helper'

describe Stdout do
  context 'const get :VERSION should' do
    it "return right version number" do
      expect = '0.0.2'
      Stdout.const_get(:VERSION).should be_true
      Stdout.const_get(:VERSION).should eq expect
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stdout-0.0.2 spec/lib/stdout_spec.rb