Sha256: e8eb7de62a0a5d4cc001de92ee3c4446084674aa72f612739b278fe81d4e9ac0
Contents?: true
Size: 241 Bytes
Versions: 35
Compression:
Stored size: 241 Bytes
Contents
desc 'unit', 'Run Test::Unit' def unit if File.exists?('test/test_helper.rb') invoke_cmd 'bundle_install' announce 'Running Test::Unit' Util.system! 'bundle exec rake test' else note 'Test::Unit not employed.' end end
Version data entries
35 entries across 35 versions & 1 rubygems