Sha256: 9fdb4a7087dde559848bbc725a85d4e180762491573e6a93512c66d811cc4702

Contents?: true

Size: 987 Bytes

Versions: 7

Compression:

Stored size: 987 Bytes

Contents

require 'spec_helper'
# require 'wukong'

# Hanuman::Graph.class_eval do
#   def foo_graph(label, &block)
#     stage(label, :_type => Hanuman::FooGraph, &block)
#   end
# end
# class Hanuman::FooGraph < Hanuman::Graph
#   # field      :inputs,  Gorillib::Collection, :of => Hanuman::InputSlot,  :doc => 'inputs to this stage',  :default => ->{ Gorillib::Collection.new }
#   # field      :outputs, Gorillib::Collection, :of => Hanuman::OutputSlot, :doc => 'outputs of this stage', :default => ->{ Gorillib::Collection.new }
#
#   collection   :inputs, Hanuman::InputSlot
#
# end

# describe 'example', :examples_spec do
#   # describe_example_script(:simple, 'dataflow/simple.rb', :only => true) do
#   #   it 'runs' do
#   #     p subject
#   #   end
#   # end

#   it 'runs' do
#     # load Pathname.path_to(:examples, 'dataflow/simple.rb')

#     Wukong.dataflow(:bob) do
#       ff = file_source(Pathname.path_to(:data, 'text/jabberwocky.txt')){ p self }


#     end

#   end
# end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
ul-wukong-4.1.1 spec/examples/dataflow/simple_spec.rb
ul-wukong-4.1.0 spec/examples/dataflow/simple_spec.rb
wukong-4.0.0 spec/examples/dataflow/simple_spec.rb
wukong-3.0.1 spec/examples/dataflow/simple_spec.rb
wukong-3.0.0 spec/examples/dataflow/simple_spec.rb
wukong-3.0.0.pre3 spec/examples/dataflow/simple_spec.rb
wukong-3.0.0.pre2 spec/examples/dataflow/simple_spec.rb