Using RAILS 2.3.5
$ rails foobar
$ cd foobar
$ script/generate controller SpecialEvents
Add/edit the following files to those in this gist.
$ rake db:migrate
$ rake test
Causes the following error:
1) Failure:
test_the_truth(SpecialEventsControllerTest) [/test/functional/special_events_controller_test.rb:6]:
The recognized options <{"action"=>"index", "controller"=>"special_events"}> did not match <{"action"=>"show", "controller"=>"special_events"}>, difference: <{"action"=>"show"}>