~ubuntu-branches/ubuntu/quantal/ruby1.9.1/quantal

« back to all changes in this revision

Viewing changes to test/rubygems/test_gem_platform.rb

  • Committer: Package Import Robot
  • Author(s): Lucas Nussbaum
  • Date: 2011-10-31 08:44:23 UTC
  • mfrom: (1.1.9) (13.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20111031084423-os12w01drsg098yk
Tags: 1.9.3.0-1
* New upstream release: 1.9.3p0.
* Disable test suites on ia64 sparc kfreebsd-i386 kfreebsd-amd64.
  Those architectures are known to be broken at the moment.
  Details: http://lists.debian.org/debian-release/2011/10/msg00279.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
  def test_empty
139
139
    platform = Gem::Platform.new 'cpu-other_platform1'
140
140
    assert_respond_to platform, :empty?
141
 
    assert_equal false, Deprecate.skip_during { platform.empty? }
 
141
    assert_equal false, Gem::Deprecate.skip_during { platform.empty? }
142
142
  end
143
143
 
144
144
  def test_to_s