Sha256: 277eef25b184b2ccff6d7688394e8cd124bdad8377aab68409aef4cbba1347c4

Contents?: true

Size: 1.01 KB

Versions: 17

Compression:

Stored size: 1.01 KB

Contents

# Copyright (C) 2012-2013  Ruby-GNOME2 Project Team
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

require "test-unit"
require "test/unit/notify"

module ClutterTestUtils
  def omit_if_clutter_color_hash_expect_arguments
    unless Clutter::Color.method(:hash).parameters.empty?
      omit("This test can't be run on this environment.")
    end
  end
end

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
mireru-0.9.3 test/clutter-test-utils.rb
mireru-0.9.2 test/clutter-test-utils.rb
clutter-2.2.2-x86-mingw32 test/clutter-test-utils.rb
clutter-2.2.2 test/clutter-test-utils.rb
clutter-2.2.1-x86-mingw32 test/clutter-test-utils.rb
clutter-2.2.1 test/clutter-test-utils.rb
mireru-0.9.1 test/clutter-test-utils.rb
mireru-0.9.0 test/clutter-test-utils.rb
mireru-0.2.1 test/clutter-test-utils.rb
mireru-0.2.0 test/clutter-test-utils.rb
clutter-2.2.0-x86-mingw32 test/clutter-test-utils.rb
clutter-2.2.0 test/clutter-test-utils.rb
mireru-0.1.9 test/clutter-test-utils.rb
clutter-2.1.0-x86-mingw32 test/clutter-test-utils.rb
clutter-2.1.0 test/clutter-test-utils.rb
clutter-2.0.3-x86-mingw32 test/clutter-test-utils.rb
clutter-2.0.3 test/clutter-test-utils.rb