Sha256: 9bbb9974e1ec2f8be6eb3a970de82886aa0a7ca87590262d019e6e5f1ce0f263

Contents?: true

Size: 614 Bytes

Versions: 4

Compression:

Stored size: 614 Bytes

Contents

require "bundler/gem_tasks"
require 'rawgento_models'

require 'rake/testtask'

task :default => :spec

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

4 entries across 4 versions & 1 rubygems

Version Path
rawbotz-0.1.5 Rakefile
rawbotz-0.1.4 Rakefile
rawbotz-0.1.3 Rakefile
rawbotz-0.1.2 Rakefile