Sha256: 7bbc1d10df5323e09567b66f30b5ab9db269a8e56fae9008dc2fc981596aa8ac
Contents?: true
Size: 310 Bytes
Versions: 10
Compression:
Stored size: 310 Bytes
Contents
require 'helper' require 'pp' class TestDynamicMethodInclusion < Test::Unit::TestCase should "include a dynamic method for recon" do pipe = RPipe.new(File.join(File.dirname(__FILE__), 'drivers', 'mrt00015_hello.yml')) r = pipe.recon_jobs.first assert_equal "=== Hello World! ===", r.hello end end
Version data entries
10 entries across 10 versions & 1 rubygems