Sha256: b014a4db714a324dfaf6780027f42c6cb7cc4c7b4a460ef66d2fce69f0fa4faa
Contents?: true
Size: 358 Bytes
Versions: 4
Compression:
Stored size: 358 Bytes
Contents
require 'bundler' Bundler::GemHelper.install_tasks require 'rspec/core' require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = FileList['spec/**/*_spec.rb'] end task :console do require 'irb' require 'irb/completion' require 'chatterbot' # You know what to do. ARGV.clear IRB.start end task :default => :spec
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
chatterbot-2.2.0 | Rakefile |
chatterbot-2.1.0 | Rakefile |
chatterbot-2.0.5 | Rakefile |
chatterbot-2.0.4 | Rakefile |