Some actual tests for the bot response logic

This commit is contained in:
Jaiden Mispy 2014-11-15 03:55:32 +11:00
parent 746d218896
commit 5bfaac99de
4 changed files with 276 additions and 135 deletions

View file

@ -16,12 +16,13 @@ Gem::Specification.new do |gem|
gem.version = Ebooks::VERSION
gem.add_development_dependency 'rspec'
gem.add_development_dependency 'rspec-mocks'
gem.add_development_dependency 'memory_profiler'
gem.add_development_dependency 'pry-byebug'
gem.add_runtime_dependency 'twitter', '~> 5.0'
gem.add_runtime_dependency 'simple_oauth', '~> 0.2.0'
gem.add_runtime_dependency 'tweetstream'
gem.add_runtime_dependency 'eventmachine', '~> 1.0.3'
gem.add_runtime_dependency 'rufus-scheduler'
gem.add_runtime_dependency 'gingerice'
gem.add_runtime_dependency 'htmlentities'