summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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