Created
November 7, 2014 23:29
-
-
Save tourdedave/9147ff25d017167c8b86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
desc "Run tests in Safari" | |
task :safari, :version, :os do |t, args| | |
ENV['browser'] = 'safari' | |
ENV['browser_version'] = args[:version] | |
ENV['operating_system'] = args[:os] | |
launch_in_parallel('config/cloud.rb') | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment