Class: EacRubyUtils::Gem::TestAll::DecoratedGem

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/eac_ruby_utils/gem/test_all.rb

Instance Method Summary collapse

Instance Method Details

#testsObject



69
70
71
72
# File 'lib/eac_ruby_utils/gem/test_all.rb', line 69

def tests
  [::EacRubyUtils::Gem::MinitestTest.new(__getobj__),
   ::EacRubyUtils::Gem::RspecTest.new(__getobj__)]
end