Sha256: 7959965f101946c48a45f6e80bc3ce47adbafb097cc019ef5711845b0aef81d3
Contents?: true
Size: 436 Bytes
Versions: 11
Compression:
Stored size: 436 Bytes
Contents
require "test_helper" module CensorBear class ReviewLogsControllerTest < ActionDispatch::IntegrationTest include Engine.routes.url_helpers include Devise::Test::IntegrationHelpers setup do @user = FactoryBot.create(:user) sign_in(@user) # @stop_word = censor_bear_stop_words(:one) end test "should get index" do get review_logs_index_url assert_response :success end end end
Version data entries
11 entries across 11 versions & 1 rubygems