Sha256: 5bef66475c02cf78c04f4d790c6dddce859bacd61937a9f85550513fc6fb7222
Contents?: true
Size: 228 Bytes
Versions: 2
Compression:
Stored size: 228 Bytes
Contents
require 'minitest/autorun' require 'minitest/spec' # Thanks to minitest not having a built in way for running all tests at once, # here is my solution to run them all. Dir.glob('./spec/**/*_spec.rb').each { |file| require file}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
acquia_toolbelt-2.0.1 | spec_helper.rb |
acquia_toolbelt-2.0.0 | spec_helper.rb |