Sha256: c870109241ddc45a55b52989f7eed79ebd13698593b890aaf9b8c6b16babede8

Contents?: true

Size: 140 Bytes

Versions: 2

Compression:

Stored size: 140 Bytes

Contents

require 'test_helper'

class ForumServiceTest < ActiveSupport::TestCase
  test "truth" do
    assert_kind_of Module, ForumService
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
forum-service-0.0.1 test/forum_service_test.rb
forum_service-0.0.1 test/forum_service_test.rb