Sha256: 4fc3f71fc3bcbccb74fbb3c4db86ed046557b3395df036807a9edeb183765ea7

Contents?: true

Size: 312 Bytes

Versions: 4

Compression:

Stored size: 312 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::AcquireDialog do
  it "works" do
    parent = Gtk::Window.new :toplevel
    described_class.new parent
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alexandria-book-collection-manager-0.7.9 spec/alexandria/ui/acquire_dialog_spec.rb
alexandria-book-collection-manager-0.7.8 spec/alexandria/ui/acquire_dialog_spec.rb
alexandria-book-collection-manager-0.7.7 spec/alexandria/ui/acquire_dialog_spec.rb
alexandria-book-collection-manager-0.7.6 spec/alexandria/ui/acquire_dialog_spec.rb