Commit
5641033f3e9ec66a0e09ba992c1704000388f9fa
Exists in
staging
and in
19 other branches
angular_poc, api-homepage, api_visitor, caching-rails4, captcha_serpro_plugin, comment_paragraph_api, comments_api_reply, environment-api, export-comment-paragraph, fix_multitenancy, fix_profile_wall, fix_string_downcase_and_upcase, fix_upload_files_on_development_environment, json_cookie_serializer, login-captcha, master, new_security, new_video_plugin, production
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 |