Sha256: 3a453b4d93daaa1341de8981e924bce1e069a081d43d0cc54cccbd0c4f95a052
Contents?: true
Size: 488 Bytes
Versions: 1
Compression:
Stored size: 488 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") expect { described_class.new parent, book }.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/keep_bad_isbn_dialog_spec.rb |