Sha256: 77b8e43863e8ee9e5860ceb380c060012daecb2920cfe4fea7f5b3b4450baf19
Contents?: true
Size: 316 Bytes
Versions: 5
Compression:
Stored size: 316 Bytes
Contents
# coding: utf-8 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
5 entries across 5 versions & 1 rubygems