Commit 3ad66691ec3bd0eeb13d0e020eb2cba496139686
1 parent
9d21766e
Exists in
master
and in
29 other branches
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,7 +44,7 @@ end | ||
44 | 44 | ||
45 | def plugin_cucumber_task(plugin, files_glob) | 45 | def plugin_cucumber_task(plugin, files_glob) |
46 | task :cucumber => 'db:test:plugins:prepare' do |t| | 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 | end | 48 | end |
49 | end | 49 | end |
50 | 50 |