spec/fusuma/plugin/appmatcher/gnome_spec.rb in fusuma-plugin-appmatcher-0.1.6 vs spec/fusuma/plugin/appmatcher/gnome_spec.rb in fusuma-plugin-appmatcher-0.2.0
- old
+ new
@@ -1,14 +1,14 @@
# frozen_string_literal: true
-require 'spec_helper'
-require './lib/fusuma/plugin/appmatcher/gnome'
+require "spec_helper"
+require "./lib/fusuma/plugin/appmatcher/gnome"
module Fusuma
module Plugin
module Appmatcher
RSpec.describe Gnome do
- it 'requires ruby-dbus' do
+ it "requires ruby-dbus" do
expect(DBus).not_to be nil
end
end
end
end