summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 209b5df..1ce1b92 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,9 +10,9 @@ task :spec do
system('rspec spec/*_spec.rb')
end
-desc "run pedant"
+desc "run oc pedant"
task :pedant do
- require File.expand_path('spec/run_pedant')
+ require File.expand_path('spec/run_oc_pedant')
end
desc "run oc pedant"