mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
9 lines
145 B
Ruby
9 lines
145 B
Ruby
require(File.join(File.dirname(__FILE__), 'test_helper'))
|
|
|
|
class FactoryTest < Test::Unit::TestCase
|
|
|
|
def test_truth
|
|
assert true
|
|
end
|
|
|
|
end
|