Skip to content

Commit fb48387

Browse files
author
nostophilia
committed
Update redux example generator spec
1 parent d512c4d commit fb48387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/react_on_rails/support/shared_examples/react_with_redux_generator_examples.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
%w(client/app/bundles/HelloWorld/actions/helloWorldActionCreators.jsx
88
client/app/bundles/HelloWorld/containers/HelloWorld.jsx
99
client/app/bundles/HelloWorld/constants/helloWorldConstants.jsx
10-
client/app/bundles/HelloWorld/reducers/helloWorldReducer.jsx
10+
client/app/bundles/HelloWorld/reducers/person.jsx
1111
client/app/bundles/HelloWorld/reducers/index.jsx
1212
client/app/bundles/HelloWorld/store/helloWorldStore.jsx
1313
client/app/bundles/HelloWorld/startup/HelloWorldApp.jsx).each { |file| assert_file(file) }

0 commit comments

Comments
 (0)