Commit 6ee76529fa3c03fde154626ae3aa39ba162ac427

Authored by Antonio Terceiro
1 parent 88c93107

Remove tolerance_time from plugin blacklist

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
lib/tasks/plugins_tests.rake
@@ -6,7 +6,6 @@ @@ -6,7 +6,6 @@
6 send_email 6 send_email
7 shopping_cart 7 shopping_cart
8 solr 8 solr
9 - tolerance_time  
10 ] 9 ]
11 10
12 @all_plugins = Dir.glob('plugins/*').map { |f| File.basename(f) } - ['template'] 11 @all_plugins = Dir.glob('plugins/*').map { |f| File.basename(f) } - ['template']