提交 2dc3342f 编写于 作者: P Piotr Sarnacki

Do not require fixtures in example integration test in engine if active record is skipeed

上级 23ba7e45
require 'test_helper'
class NavigationTest < ActionDispatch::IntegrationTest
<% unless options[:skip_active_record] -%>
fixtures :all
<% end -%>
# Replace this with your real tests.
test "the truth" do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册