We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d512c4d commit fb48387Copy full SHA for fb48387
spec/react_on_rails/support/shared_examples/react_with_redux_generator_examples.rb
@@ -7,7 +7,7 @@
7
%w(client/app/bundles/HelloWorld/actions/helloWorldActionCreators.jsx
8
client/app/bundles/HelloWorld/containers/HelloWorld.jsx
9
client/app/bundles/HelloWorld/constants/helloWorldConstants.jsx
10
- client/app/bundles/HelloWorld/reducers/helloWorldReducer.jsx
+ client/app/bundles/HelloWorld/reducers/person.jsx
11
client/app/bundles/HelloWorld/reducers/index.jsx
12
client/app/bundles/HelloWorld/store/helloWorldStore.jsx
13
client/app/bundles/HelloWorld/startup/HelloWorldApp.jsx).each { |file| assert_file(file) }
0 commit comments