Sha256: 8543f9155cf282ca4ddfd5c43c3e937c5e08bcd67dba68ad0d65e35421c9aa14
Contents?: true
Size: 338 Bytes
Versions: 2
Compression:
Stored size: 338 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::SkipEntryDialog do it "works" do parent = Gtk::Window.new :toplevel described_class.new parent, "Foo" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
alexandria-book-collection-manager-0.7.5 | spec/alexandria/ui/skip_entry_dialog_spec.rb |
alexandria-book-collection-manager-0.7.4 | spec/alexandria/ui/skip_entry_dialog_spec.rb |