Sha256: 5a482250659ac9ed5ec53ae9f0f7ad3e3d26381c3481b55ee323f2c58bad5e70

Contents?: true

Size: 310 Bytes

Versions: 4

Compression:

Stored size: 310 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::AboutDialog do
  it "works" do
    parent = Gtk::Window.new :toplevel
    described_class.new parent
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alexandria-book-collection-manager-0.7.9 spec/alexandria/ui/about_dialog_spec.rb
alexandria-book-collection-manager-0.7.8 spec/alexandria/ui/about_dialog_spec.rb
alexandria-book-collection-manager-0.7.7 spec/alexandria/ui/about_dialog_spec.rb
alexandria-book-collection-manager-0.7.6 spec/alexandria/ui/about_dialog_spec.rb