Sha256: c53aea15e6b55a13a40e917d8f39103de4d0836f86769051d6fe867208c2c92a

Contents?: true

Size: 355 Bytes

Versions: 1

Compression:

Stored size: 355 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
    expect { described_class.new(parent) { nil } }.not_to raise_error
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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