8 lines
107 B
Ruby
8 lines
107 B
Ruby
require "test_helper"
|
|
|
|
class PrincipleTest < ActiveSupport::TestCase
|
|
test "test something" do
|
|
|
|
end
|
|
end
|