Sha256: 36f9e551b7bff9d1650d028c8368bd1d50387db03aeb12d80f7a86a1246f0673

Contents?: true

Size: 605 Bytes

Versions: 7

Compression:

Stored size: 605 Bytes

Contents

require 'spec_helper'
# require 'wukong'

# describe_example_script(:pig_latin, 'text/pig_latin.rb') do

#   context 'processor' do
#     subject{ Wukong::Widget::PigLatinize.new }
#     it 'breaks text into pig latin' do
#       subject.should_receive(:emit).with("Iway indfay ethay astramipay otay ebay ethay ostmay ensualsay ofway allway ethay altedsay uredcay eatsmay.")
#       subject.process("I find the pastrami to be the most sensual of all the salted cured meats.")
#     end
#   end

#   it 'runs' do
#     Wukong::LocalRunner.run(ExampleUniverse.dataflow(:pig_latin), :default)
#   end

# end

Version data entries

7 entries across 7 versions & 2 rubygems

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