foodsoft/test/unit/stock_article_test.rb

9 lines
159 B
Ruby
Raw Normal View History

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