Sha256: ecf5f9e45c0260ea4177a236013817d79f260d7888947a42f57969f4dc940a17

Contents?: true

Size: 332 Bytes

Versions: 4

Compression:

Stored size: 332 Bytes

Contents

require 'helper'

class LibnotifyTest < LibnotifyTestCase
  test "responds to new" do
    assert_respond_to Libnotify, :new
  end

  test "responds to show" do
    assert_respond_to Libnotify, :show
  end

  test "has version" do
    assert defined?(Libnotify::VERSION), "version is defined"
    assert Libnotify::VERSION
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
libnotify-0.8.4 test/libnotify_test.rb
libnotify-0.8.3 test/libnotify_test.rb
libnotify-0.8.2 test/libnotify_test.rb
libnotify-0.8.1 test/libnotify_test.rb