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

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