test/test_option_parser.rb in cri-2.7.1 vs test/test_option_parser.rb in cri-2.8.0
- old
+ new
@@ -1,4 +1,6 @@
+require 'helper'
+
module Cri
class OptionParserTestCase < Cri::TestCase
def test_parse_without_options
input = %w(foo bar baz)
definitions = []