foxnewsnetwork / rubyopenvn

Ruby-based implementation of FFOpenVN as ported over from nodejs
1 stars 0 forks source link

flash message notice / success issue #4

Closed foxnewsnetwork closed 12 years ago

foxnewsnetwork commented 12 years ago

This is nothing major but it does bug me a little. Because I was lazy (really no other reason) all flash messages use flash[:notice] even though messages such as successful creation should of things should result in flash[:success]. This is an issue because I'm building integration tests and I keep seeing red flash messages and immediately feel disheartened because my ability to recognize color is stronger than my ability to read the actual message.

This should be fixed. All the tests filed under the success columns should register flash[:success] message.

foxnewsnetwork commented 12 years ago

Yeah resolved.