foodsoft/test/unit/stock_change_test.rb

10 lines
159 B
Ruby
Raw Normal View History

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