Sha256: 6d77352f4c5644966f729520e0bb8ff399e9fcdf6037ae655b9e8b26e399d536

Contents?: true

Size: 333 Bytes

Versions: 2

Compression:

Stored size: 333 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::NewProviderDialog 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/new_provider_dialog_spec.rb
alexandria-book-collection-manager-0.7.4 spec/alexandria/ui/new_provider_dialog_spec.rb