Commit 3ad66691ec3bd0eeb13d0e020eb2cba496139686

Authored by Antonio Terceiro
1 parent 9d21766e

Fix typo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/plugins_tests.rake
... ... @@ -44,7 +44,7 @@ end
44 44  
45 45 def plugin_cucumber_task(plugin, files_glob)
46 46 task :cucumber => 'db:test:plugins:prepare' do |t|
47   - run_cucumber t.name, :default, files_blog
  47 + run_cucumber t.name, :default, files_glob
48 48 end
49 49 end
50 50  
... ...