mirror of
https://github.com/danog/yawarehouse.git
synced 2024-12-02 17:37:48 +01:00
8 lines
121 B
Ruby
8 lines
121 B
Ruby
require 'test_helper'
|
|
|
|
class ProductTest < ActiveSupport::TestCase
|
|
# test "the truth" do
|
|
# assert true
|
|
# end
|
|
end
|