Commit
5641033f3e9ec66a0e09ba992c1704000388f9fa
Exists in
master
and in
11 other branches
angular_poc, backup-7-jan-2016, export-comment-paragraph, login-captcha, new_video_plugin, refactor_with_role, refactor_with_role_scope, remove_profile_cat_icons, staging, theme-brasil-digital-from-staging, travis
Fix name of selenium rake task file
| @@ -1,4 +0,0 @@ |
| @@ -1,4 +0,0 @@ |
1
| -desc 'Runs Seleniun acceptance tests' |
| |
2
| -task :selenium do |
| |
3
| - sh "xvfb-run -a cucumber -p selenium --format #{ENV['CUCUMBER_FORMAT'] || 'progress'}" |
| |
4
| -end |
| |
| @@ -0,0 +1,4 @@ |
| @@ -0,0 +1,4 @@ |
| |
1
| +desc 'Runs Seleniun acceptance tests' |
| |
2
| +task :selenium do |
| |
3
| + sh "xvfb-run -a cucumber -p selenium --format #{ENV['CUCUMBER_FORMAT'] || 'progress'}" |
| |
4
| +end |