summaryrefslogtreecommitdiff
path: root/Rakefile
blob: 2b5727a2604ecea3faa35757a255f90ff791b353 (plain)
1
2
3
4
5
6
7
8
9
10
require 'rubygems'
require 'rake'
require 'tasks/opentox'

@gems = "sinatra emk-sinatra-url-for builder opentox-ruby-api-wrapper"

desc "Run local tests"
task :test do
	load 'test/test.rb'
end