Sha256: 89b33f77625b79390aaba9b31fc9b863d57435e8a6ba6cb1ffe426b3ce7eb945
Contents?: true
Size: 443 Bytes
Versions: 5
Compression:
Stored size: 443 Bytes
Contents
if RUBY_ENGINE == "ruby" begin require "simplecov" SimpleCov.start do add_filter "test" add_filter "config" command_name "MiniTest" end rescue LoadError warn "unable to load SimpleCov" end end require "thincloud/test" # Requires supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories. Dir[File.join("./test/support/**/*.rb")].sort.each { |f| require f }
Version data entries
5 entries across 5 versions & 2 rubygems