I was trying to install calabash-cucumber and calabash-android in windows for last 3 days.I have set ruby path variable in environment also. But i'm getting below error..
C:\>gem install cucumber
error likes below,
ERROR: Could not find a valid gem 'cucumber' (>= 0) in any repository
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) Errno::ETIMEDOUT: A connection attempt failed because the connected party di d not properly respond after a period of time, or established connection failed because connected host has failed to respond. - connect(2) (http://rubygems.org/ latest_specs.4.8.gz)
C:\>gem install calabash-android
Error likes below,
ERROR: Could not find a valid gem 'calabash-android' (>= 0) in any repository
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) Errno::ETIMEDOUT: A connection attempt failed because the connected party di d not properly respond after a period of time, or established connection failed because connected host has failed to respond. - connect(2) (http://rubygems.org/ latest_specs.4.8.gz)
I'm new to calabash mobile automation testing. Please any one help to resolve this problem. I'm eagerly learn to calabash mobile automation tool. Thanks for advance..