Sha256: 5df15e3e8acc978865bd894f3bcdeed6eda514953a4e365f3adb2dc51c7531c3
Contents?: true
Size: 328 Bytes
Versions: 2
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 File.dirname(__FILE__) + "/../../spec_helper" describe Alexandria::UI::ImportDialog do it "works" do parent = Gtk::Window.new :toplevel described_class.new parent end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
alexandria-book-collection-manager-0.7.5 | spec/alexandria/ui/import_dialog_spec.rb |
alexandria-book-collection-manager-0.7.4 | spec/alexandria/ui/import_dialog_spec.rb |