2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-22 01:47:48 +00:00
moebooru/test/models/advertisement_test.rb
edogawaconan 06175f6c3a Move test tructure to the latest version.
- `unit` becomes `models`
- `functional` becomes `controllers`
2014-11-20 17:50:47 +09:00

9 lines
155 B
Ruby

require "test_helper"
class AdvertisementTest < ActiveSupport::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end