Sha256: c8e43d75cdc28426fd5502f7edfc5f51df80a658d2980a15f55f2e8ceb16bbc9

Contents?: true

Size: 363 Bytes

Versions: 2

Compression:

Stored size: 363 Bytes

Contents

#!/usr/bin/env ruby
require_relative 'src/such_streaming_bot'

puts "hello world! ?"
puts SuchStreamingBot.matches? "hello world!"
puts "hello canada! ?"
puts SuchStreamingBot.matches? "hello canada!"
puts "replace this with meaningful example strings to test yr app!"
puts SuchStreamingBot.matches? "replace this with meaningful example strings to test yr app!"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
twitter_bot_generator-0.2.3 such_streaming_bot/spec.rb
twitter_bot_generator-0.2.2 such_streaming_bot/spec.rb