We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829b4d9 commit 2a98a4dCopy full SHA for 2a98a4d
test/react/rails/pages_controller_test.rb
@@ -0,0 +1,8 @@
1
+require 'test_helper'
2
+
3
+class PagesControllerTest < ActionController::TestCase
4
+ test 'should not raise react_component undefined in ActionController::TestCase' do
5
+ get :show, id: 1
6
+ assert_not_raised ActionView::Template::Error
7
+ end
8
+end
0 commit comments