Sha256: fed6fa6532c8a3e487f4f9e73d20d5fc00b5ead999c620f2cedd56b586743df3
Contents?: true
Size: 449 Bytes
Versions: 1
Compression:
Stored size: 449 Bytes
Contents
class NodeTest < Minitest::Test def test_inspect node = Orchestra::Recording::Node.new( Examples::FizzBuzz, "Examples::FizzBuzz", {}, ) assert_equal( "#<Orchestra::Node dependencies=[:array, :fizzbuzz, :stdout, :up_to], input={}, name=\"Examples::FizzBuzz\", optional_dependencies=[], provisions=[:__finally__, :array, :fizzbuzz], required_dependencies=[:stdout, :up_to]>", node.inspect, ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ntl-orchestra-0.9.5 | test/unit/node_test.rb |