Sha256: 5c3255f0cb9f6e312c4856ee452c94d2e5e93562f095c6297d7cb95390b7a618

Contents?: true

Size: 363 Bytes

Versions: 4

Compression:

Stored size: 363 Bytes

Contents

#!/usr/bin/env ruby
require_relative 'src/<%= bot_name %>'

puts "hello world! ?"
puts <%= class_name %>.matches? "hello world!"
puts "hello canada! ?"
puts <%= class_name %>.matches? "hello canada!"
puts "replace this with meaningful example strings to test yr app!"
puts <%= class_name %>.matches? "replace this with meaningful example strings to test yr app!"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
twitter_bot_generator-0.2.3 lib/twitter_bot_generator/templates/streaming-spec.rb.erb
twitter_bot_generator-0.2.2 lib/twitter_bot_generator/templates/streaming-spec.rb.erb
twitter_bot_generator-0.2.1 lib/twitter_bot_generator/templates/streaming-spec.rb.erb
twitter_bot_generator-0.2.0 lib/twitter_bot_generator/templates/streaming-spec.rb.erb