Sha256: 0ae4d7c315e9c89b7c53ca32582800f0bc0eb8c0e82d0c21024f9d5c5dd5ba47

Contents?: true

Size: 328 Bytes

Versions: 4

Compression:

Stored size: 328 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::BadIsbnsDialog do
  it "works" do
    parent = Gtk::Window.new :toplevel
    described_class.new parent, "Careful", []
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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