Commit 7f0e509b41d876536b111c8a18f312945c5e6d71
1 parent
c6e3e9fe
Exists in
master
and in
8 other branches
Added selenium tests to run on task noosfero_plugins
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/tasks/plugins_tests.rake
@@ -95,7 +95,7 @@ namespace :test do | @@ -95,7 +95,7 @@ namespace :test do | ||
95 | 95 | ||
96 | end | 96 | end |
97 | 97 | ||
98 | - task :noosfero_plugins => %w[ noosfero_plugins:available noosfero_plugins:cucumber:enabled noosfero_plugins:cucumber:enabled ] | 98 | + task :noosfero_plugins => %w[ noosfero_plugins:available noosfero_plugins:cucumber:enabled noosfero_plugins:selenium:enabled ] |
99 | 99 | ||
100 | end | 100 | end |
101 | 101 |