Sha256: 541ad4e95beced8a214a55279387ae7b69a53ed69941b7cbd9d53c8e427b1754
Contents?: true
Size: 615 Bytes
Versions: 1
Compression:
Stored size: 615 Bytes
Contents
require "bundler/gem_tasks" require 'rake/testtask' require 'rawgento_models' task :default => :test RawgentoModels.load_tasks # TODO Setup the environment by calling something like RawgentoModels::establish_connection "rawbotz.conf"` and reading the rest of the config file # These tasks should be solveable either via a rake task or via single executables # initial load # remote scrape # local load and update # stock update Rake::TestTask.new do |t| t.pattern = "test/*test.rb" end #Rake::TestTask.new do |t| # t.libs << "test" # t.test_files = FileList['test/*test.rb'] # t.verbose = true #end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rawbotz-0.2.0 | Rakefile |