Sha256: fb0a1a03b6ea4e7fb6fc82a97246c7ae97d68b86202e4eae35ad7e2b0b0509d2

Contents?: true

Size: 325 Bytes

Versions: 1

Compression:

Stored size: 325 Bytes

Contents

# frozen_string_literal: true

# This file is part of Alexandria.
#
# See the file README.md for authorship and licensing information.

require_relative "../../spec_helper"

describe Alexandria::UI::PreferencesDialog do
  it "works" do
    parent = Gtk::Window.new :toplevel
    described_class.new(parent) { nil }
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alexandria-book-collection-manager-0.7.9 spec/alexandria/ui/preferences_dialog_spec.rb