Sha256: 0b08210721d3c65ce806418d56a52444ec569b9c1d9d1712b815994d647c1814
Contents?: true
Size: 421 Bytes
Versions: 2
Compression:
Stored size: 421 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::ExportDialog do it "works" do parent = Gtk::Window.new :toplevel library = instance_double(Alexandria::Library, name: "Bar Library") described_class.new parent, library, :ascending end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
alexandria-book-collection-manager-0.7.5 | spec/alexandria/ui/export_dialog_spec.rb |
alexandria-book-collection-manager-0.7.4 | spec/alexandria/ui/export_dialog_spec.rb |