Skip to content

Commit 099e87f

Browse files
update react on rails version in tests
1 parent c03e1d2 commit 099e87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/dummy/spec/helpers/react_on_rails_pro_helper_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def response; end
200200
end
201201
let(:rails_context_tag) do
202202
<<-SCRIPT.strip_heredoc
203-
<script type="application/json" id="js-react-on-rails-context">{"railsEnv":"test","inMailer":false,"i18nLocale":"en","i18nDefaultLocale":"en","rorVersion":"14.0.5","rorPro":true,"rorProVersion":"4.0.0.rc.5","href":"http://foobar.com/development","location":"/development","scheme":"http","host":"foobar.com","port":null,"pathname":"/development","search":null,"httpAcceptLanguage":"en","somethingUseful":null,"serverSide":false}</script>
203+
<script type="application/json" id="js-react-on-rails-context">{"railsEnv":"test","inMailer":false,"i18nLocale":"en","i18nDefaultLocale":"en","rorVersion":"15.0.0.alpha.1","rorPro":true,"rorProVersion":"4.0.0.rc.5","href":"http://foobar.com/development","location":"/development","scheme":"http","host":"foobar.com","port":null,"pathname":"/development","search":null,"httpAcceptLanguage":"en","somethingUseful":null,"serverSide":false}</script>
204204
SCRIPT
205205
end
206206
let(:react_component_div_with_initial_chunk) do

0 commit comments

Comments
 (0)