Class: EacRubyUtils::Gem::TestAll::DecoratedGem
- Defined in:
- lib/eac_ruby_utils/gem/test_all.rb
Instance Method Summary collapse
Instance Method Details
#tests ⇒ Object
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 |