Sha256: 3b4cd9c7fd61a2e543324c2e924a9a3bd6d301975a1ab148eaaa8f4d8f9ab8f9
Contents?: true
Size: 337 Bytes
Versions: 2
Compression:
Stored size: 337 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::PreferencesDialog 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/preferences_dialog_spec.rb |
alexandria-book-collection-manager-0.7.4 | spec/alexandria/ui/preferences_dialog_spec.rb |