lib/ruby-vpi.rb in ruby-vpi-11.1.1 vs lib/ruby-vpi.rb in ruby-vpi-12.0.0

- old
+ new

@@ -46,9 +46,13 @@ require 'test/unit' when :rSpec ARGV.concat %w[-f s] require 'ruby-vpi/rspec' + + when :tSpec + ARGV << '-rs' + require 'test/spec' end # service the $ruby_init() task relay_verilog