From 3ad66691ec3bd0eeb13d0e020eb2cba496139686 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 28 Aug 2012 15:27:05 -0300 Subject: [PATCH] Fix typo --- lib/tasks/plugins_tests.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/plugins_tests.rake b/lib/tasks/plugins_tests.rake index ff28b5a..0540ec9 100644 --- a/lib/tasks/plugins_tests.rake +++ b/lib/tasks/plugins_tests.rake @@ -44,7 +44,7 @@ end def plugin_cucumber_task(plugin, files_glob) task :cucumber => 'db:test:plugins:prepare' do |t| - run_cucumber t.name, :default, files_blog + run_cucumber t.name, :default, files_glob end end -- libgit2 0.21.2