Sha256: 08c716ddeb375c496996e1271d88c11bbef1744d9ec8ca070e66d5f7d89ff8a9
Contents?: true
Size: 347 Bytes
Versions: 7
Compression:
Stored size: 347 Bytes
Contents
# -*- encoding: utf-8 -*- Dir[File.expand_path('support', File.dirname(__FILE__)) + "/**/*.rb"].each { |f| require f } if RUBY_VERSION < '1.9' class Symbol def <=>(other) self.to_s <=> other.to_s end end end begin require 'simplecov' SimpleCov.start do add_filter "/spec/" end rescue LoadError end require 'stomper'
Version data entries
7 entries across 7 versions & 1 rubygems