Sha256: 2f1c4ad2fad59939ea3d8b39e3ef8b215ea36a02ddec2f4f19383ba0a2dcd124
Contents?: true
Size: 446 Bytes
Versions: 4
Compression:
Stored size: 446 Bytes
Contents
require 'simplecov' SimpleCov.start #$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) #$LOAD_PATH.unshift(File.dirname(__FILE__)) require 'bundler/setup' Bundler.require #require 'rspec' #require 'chatterbot' require 'tempfile' require 'sqlite3' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
namey-0.0.8 | spec/spec_helper.rb |
namey-0.0.7 | spec/spec_helper.rb |
namey-0.0.6 | spec/spec_helper.rb |
namey-0.0.5 | spec/spec_helper.rb |