diff options
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Rakefile b/Rakefile deleted file mode 100644 index 463f2f4..0000000 --- a/Rakefile +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env rake -# Add your own tasks in files placed in lib/tasks ending in .rake, -# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. - -require File.expand_path('../config/application', __FILE__) - -Glsamaker::Application.load_tasks - -begin - require 'ci/reporter/rake/test_unit' -rescue LoadError -end |