Sha256: d2312eacabc4f717f6b6955f695ed0b69719d1d212f2ecb2fb3f58af963eb6f2
Contents?: true
Size: 309 Bytes
Versions: 1
Compression:
Stored size: 309 Bytes
Contents
# coding: utf-8 if Gem::Version.new(RSpec::Core::Version::STRING).release >= Gem::Version.new('3.0.0') require_relative './dots_formatter/dots_formatter_rspec_3' DotsFormatter = RSpec::Core::Formatters::Dots else require_relative './dots_formmater/dots_formatter_rspec_2' DotsFormatter = Rspec2 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dots_formatter-0.0.1 | lib/dots_formatter.rb |