Skip to content

Commit

Permalink
Merge 2444
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/rubygems/branches/1_3@2445 3d4018f9-ac1a-0410-99e9-8a154d859a19
  • Loading branch information
drbrain committed Feb 19, 2010
1 parent 5893622 commit 66e8160
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_gem_gemcutter_utilities.rb
Expand Up @@ -75,6 +75,8 @@ def test_sign_in_with_bad_credentials
end

def util_sign_in response, host = nil
skip 'Always uses $stdin on windows' if Gem.win_platform?

email = 'you@example.com'
password = 'secret'

Expand Down
2 changes: 2 additions & 0 deletions test/test_gem_stream_ui.rb
Expand Up @@ -47,6 +47,8 @@ def test_ask_no_tty
end

def test_ask_for_password
skip 'Always uses $stdin on windows' if Gem.win_platform?

timeout(1) do
expected_answer = "Arthur, King of the Britons"
@in.string = "#{expected_answer}\n"
Expand Down

0 comments on commit 66e8160

Please sign in to comment.