Sha256: da8ca8162d65ab14b10c9cb30f094fd721c360a51a8f3836ba2ae72bf1806f64

Contents?: true

Size: 132 Bytes

Versions: 43

Compression:

Stored size: 132 Bytes

Contents

require 'test_helper'

class AnecdoteTest < ActiveSupport::TestCase
  test "truth" do
    assert_kind_of Module, Anecdote
  end
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
anecdote-0.0.3 test/anecdote_test.rb
anecdote-0.0.2 test/anecdote_test.rb
anecdote-0.0.1 test/anecdote_test.rb