Commit
5641033f3e9ec66a0e09ba992c1704000388f9fa
Exists in
master
and in
20 other branches
add_member_task_reject_details, admin_visible_profile, community_notifications, fix_comments_pagination, fix_rails4_organization_ratings, fix_sign_up_form, follow_step_fix, forum_topic_creation, mirror_block_improvements, multi_env_on_remote_user, new_security, organization_ratings_improvements, profile_api_improvements, ratings_minor_fixes, send_email_to_admins, stable-spb-1.4, stable-spb-1.5, suggest_rejected_value, web_steps_improvements, xss_terminate_custom_options
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 |