Sha256: 2a6a1f6567febafcd707f238bb668699602e7c37762eeba291238bae1ce30a5e

Contents?: true

Size: 226 Bytes

Versions: 4

Compression:

Stored size: 226 Bytes

Contents

require 'spec_helper'

describe BoxView::VERSION do
  it 'should not be nil' do
    expect(BoxView::VERSION).to_not be_nil
  end

  it 'should be a string' do
    expect(BoxView::VERSION).to be_an_instance_of(String)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
boxview.rb-0.1.3 spec/lib/boxview/version_spec.rb
boxview.rb-0.1.2 spec/lib/boxview/version_spec.rb
boxview.rb-0.1.1 spec/lib/boxview/version_spec.rb
boxview.rb-0.0.9 spec/lib/boxview/version_spec.rb