Sha256: 5d7d3ef7094f13957314e16a682ee945f1845441eb07215918c3d4457015d1ed

Contents?: true

Size: 345 Bytes

Versions: 2

Compression:

Stored size: 345 Bytes

Contents

# frozen_string_literal: true

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

require File.dirname(__FILE__) + "/../../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

2 entries across 2 versions & 1 rubygems

Version Path
alexandria-book-collection-manager-0.7.5 spec/alexandria/ui/bad_isbns_dialog_spec.rb
alexandria-book-collection-manager-0.7.4 spec/alexandria/ui/bad_isbns_dialog_spec.rb