Sha256: dd19689dca66b35498771269602ee3158fbc10298e69254a25f3ddbb23cb770d

Contents?: true

Size: 192 Bytes

Versions: 3

Compression:

Stored size: 192 Bytes

Contents

begin
  require 'spec'
rescue LoadError
  require 'rubygems' unless ENV['NO_RUBYGEMS']
  gem 'rspec'
  require 'spec'
end

$:.unshift(File.dirname(__FILE__) + '/../lib')
require 'indentation'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
indentation-0.0.3 spec/spec_helper.rb
indentation-0.0.2 spec/spec_helper.rb
indentation-0.0.1 spec/spec_helper.rb