Sha256: d936be4b451028c28b80f11322ff7274c466d13ffb937f7d465f90ab2840fd44

Contents?: true

Size: 458 Bytes

Versions: 4

Compression:

Stored size: 458 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::KeepBadISBNDialog do
  it "works" do
    parent = Gtk::Window.new :toplevel
    book = instance_double(Alexandria::Book,
                           title: "Foo Book",
                           isbn: "98765432")
    described_class.new parent, book
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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