Sha256: 58ee9e8bb4d67a1ebc15e38ef352a382ec55e3ef46b17a814bb8cee30f4f9b58
Contents?: true
Size: 329 Bytes
Versions: 4
Compression:
Stored size: 329 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::ConfirmEraseDialog do it "works" do parent = Gtk::Window.new :toplevel described_class.new parent, "foo-file" end end
Version data entries
4 entries across 4 versions & 1 rubygems