aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/code/getting_started/test/unit/post_test.rb
blob: 6d9d463a719ebceb180137d8f5e7df449d5a578a (plain) (blame)
1
2
3
4
5
6
7
require 'test_helper'

class PostTest < ActiveSupport::TestCase
  # test "the truth" do
  #   assert true
  # end
end