summaryrefslogtreecommitdiffstats
path: root/tasks/rake
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-09-17 16:11:57 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-09-17 16:11:57 +1000
commit71944542558bcc6d60e63b52a9e93e692995f04b (patch)
tree3e3733ce2978cd303f6fb970ad1a656ce8a723a7 /tasks/rake
parent247204854c2637fedcb0f2a8db0e53281381e4cb (diff)
downloadfacter-71944542558bcc6d60e63b52a9e93e692995f04b.tar.gz
facter-71944542558bcc6d60e63b52a9e93e692995f04b.tar.xz
facter-71944542558bcc6d60e63b52a9e93e692995f04b.zip
Updated CI Rake task
Diffstat (limited to 'tasks/rake')
-rw-r--r--tasks/rake/ci.rake1
1 files changed, 0 insertions, 1 deletions
diff --git a/tasks/rake/ci.rake b/tasks/rake/ci.rake
index 1a79b98..e0e5aed 100644
--- a/tasks/rake/ci.rake
+++ b/tasks/rake/ci.rake
@@ -13,5 +13,4 @@ end
desc "Run the CI RSpec tests"
task :ci_spec => [:ci_prep, 'ci:setup:rspec', :spec] do
- sh "exit 0"
end