mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
8 lines
127 B
Ruby
8 lines
127 B
Ruby
|
require 'test_helper'
|
||
|
|
||
|
class PriceCategoryTest < ActiveSupport::TestCase
|
||
|
# test "the truth" do
|
||
|
# assert true
|
||
|
# end
|
||
|
end
|