Skip to content

Commit 2a98a4d

Browse files
committed
add example failing testcase for #353
1 parent 829b4d9 commit 2a98a4d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)