We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bfddcc commit 6cdff39Copy full SHA for 6cdff39
spec/rails_helper.rb
@@ -63,5 +63,7 @@
63
64
config.include(ControllerLevelHelpers, type: :view)
65
config.before(:each, type: :view) { initialize_controller_helpers(view) }
66
+
67
+ ReactOnRails.configure { |configuration| configuration.build_test_command = "RAILS_ENV=test bin/shakapacker" }
68
ReactOnRails::TestHelper.configure_rspec_to_compile_assets(config)
69
end
0 commit comments