summaryrefslogtreecommitdiff
path: root/test/unit/command_test.rb
blob: 6c5ba93963429f709378c0653c08ff299e6c4f3e (plain)
1
2
3
4
5
6
7
8
require 'test_helper'

class CommandTest < ActiveSupport::TestCase
  # Replace this with your real tests.
  test "the truth" do
    assert true
  end
end