Sha256: 570d47d1fa8ea0376e8e1e8f245abc5203607953e09c73bb6bf47e99e3a9962c

Contents?: true

Size: 330 Bytes

Versions: 4

Compression:

Stored size: 330 Bytes

Contents

# frozen_string_literal: true

require 'test_helper'

class Thinreports::TestReport < Minitest::Test
  include Thinreports::TestHelper

  # Alias
  Report = Thinreports::Report

  def test_new
    assert_instance_of Report::Base, Report.new
  end

  def test_create
    assert_instance_of Report::Base, Report.create {}
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
thinreports-0.10.3 test/units/test_report.rb
thinreports-0.10.2 test/unit/test_report.rb
thinreports-0.10.1 test/unit/test_report.rb
thinreports-0.10.0 test/unit/test_report.rb