Sha256: 8a4516a31fccc1007d2747d0783f6d7d602068370df8ce387422db47ebbdd885

Contents?: true

Size: 295 Bytes

Versions: 4

Compression:

Stored size: 295 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'
require './lib/fusuma/plugin/appmatcher/gnome'

module Fusuma
  module Plugin
    module Appmatcher
      RSpec.describe Gnome do
        it 'requires ruby-dbus' do
          expect(DBus).not_to be nil
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fusuma-plugin-appmatcher-0.1.6 spec/fusuma/plugin/appmatcher/gnome_spec.rb
fusuma-plugin-appmatcher-0.1.5 spec/fusuma/plugin/appmatcher/gnome_spec.rb
fusuma-plugin-appmatcher-0.1.4 spec/fusuma/plugin/appmatcher/gnome_spec.rb
fusuma-plugin-appmatcher-0.1.3 spec/fusuma/plugin/appmatcher/gnome_spec.rb