Sha256: 577c5f3edd1bf7d2eddf9563d413507eeb0af1e14854b05ee921d8329d2dc1fe

Contents?: true

Size: 201 Bytes

Versions: 3

Compression:

Stored size: 201 Bytes

Contents

require 'spec_helper'

describe Litexbrl do
  it 'should have a version number' do
    Litexbrl::VERSION.should_not be_nil
  end

  it 'should do something useful' do
    true.should be_true
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
litexbrl-0.0.3 spec/litexbrl_spec.rb
litexbrl-0.0.2 spec/litexbrl_spec.rb
litexbrl-0.0.1 spec/litexbrl_spec.rb