Sha256: 764c8b065c09c2b01c94d983632fe6507ff3793286ee984a5c24c24722e146f8
Contents?: true
Size: 321 Bytes
Versions: 4
Compression:
Stored size: 321 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::SkipEntryDialog do it "works" do parent = Gtk::Window.new :toplevel described_class.new parent, "Foo" end end
Version data entries
4 entries across 4 versions & 1 rubygems