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 f5e47ed commit 1c92a45Copy full SHA for 1c92a45
test/react_test.rb
@@ -27,4 +27,9 @@ class ReactTest < ActionDispatch::IntegrationTest
27
ENV.delete('RAILS_GROUPS')
28
end
29
30
+
31
+ test "the development version is loaded" do
32
+ asset = Rails.application.assets.find_asset('react')
33
+ assert asset.pathname.to_s.end_with?('development/react.js')
34
+ end
35
0 commit comments