spec/spec_helper.rb in chatterbot-2.0.3 vs spec/spec_helper.rb in chatterbot-2.0.4
- old
+ new
@@ -1,12 +1,9 @@
# -*- coding: utf-8 -*-
require 'simplecov'
SimpleCov.start
-require 'bundler/setup'
-Bundler.require
-
-require "twitter"
+require "chatterbot"
# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}