Sha256: 7ff5577a01daa28758bfdd6cf0e8e794116baca1835a3e49e36e9ab2bc810cc7

Contents?: true

Size: 165 Bytes

Versions: 6

Compression:

Stored size: 165 Bytes

Contents

require 'spec_helper'
require 'arigato'

describe Arigato do
  it 'should have a VERSION constant' do
    subject.const_get('VERSION').should_not be_empty
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
arigato-0.1.5 spec/arigato_spec.rb
arigato-0.1.4 spec/arigato_spec.rb
arigato-0.1.3 spec/arigato_spec.rb
arigato-0.1.2 spec/arigato_spec.rb
arigato-0.1.1 spec/arigato_spec.rb
arigato-0.1.0 spec/arigato_spec.rb