Sha256: fdf018316866c85464ae10ed0d5a628c004cb7af87e4086da0311b0050a49c37

Contents?: true

Size: 162 Bytes

Versions: 6

Compression:

Stored size: 162 Bytes

Contents

require 'test_helper'

class InvoiceBarTest < ActiveSupport::TestCase
  test "InvoiceBar is loaded as a module" do
    assert_kind_of Module, InvoiceBar
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
invoice_bar-0.0.6 test/invoice_bar_test.rb
invoice_bar-0.0.5 test/invoice_bar_test.rb
invoice_bar-0.0.4 test/invoice_bar_test.rb
invoice_bar-0.0.3 test/invoice_bar_test.rb
invoice_bar-0.0.2 test/invoice_bar_test.rb
invoice_bar-0.0.1 test/invoice_bar_test.rb