Sha256: 2e4de9bfade577d72b27ba148b37d56910b6111e937d50491a7d178bcf502c9f

Contents?: true

Size: 194 Bytes

Versions: 3

Compression:

Stored size: 194 Bytes

Contents

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
indentation-0.0.7 spec/spec_helper.rb
indentation-0.0.6 spec/spec_helper.rb
indentation-0.0.4 spec/spec_helper.rb