summaryrefslogtreecommitdiff
path: root/Rakefile
blob: 931410f8f36272bed00f0ef15b8160e37138a951 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require 'rubygems'
require 'rake'

desc "Install required gems and openbabel"
task :install do
	`sudo gem sources -a http://gems.github.com`
	`sudo gem install sinatra dm-core dm-more builder helma-opentox-ruby-api`
end

desc "Run tests"
task :test do
	puts "No tests for lazar."
	#load 'test.rb'
end