Sha256: bf4039c5195a7f13c6f03f9adc2018fd730bb568a15b254c19c71ec2c8c92c13

Contents?: true

Size: 249 Bytes

Versions: 25

Compression:

Stored size: 249 Bytes

Contents

#! /usr/bin/ruby
#encoding: utf-8

require 'minitest/autorun'
require './../lib/y_support/kde'

describe YSupport::KDE do
  it "should at least respond to certain messages" do
    assert_respond_to YSupport::KDE, :show_file_with_kioclient
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
y_support-2.0.36 test/kde_test.rb
y_support-2.0.35 test/kde_test.rb
y_support-2.0.34 test/kde_test.rb
y_support-2.0.33 test/kde_test.rb
y_support-2.0.31 test/kde_test.rb