Would be nice to have the option to configure rails to not generate view specs if you prefer not to. Like Paul Barry does in this post: http://paulbarry.com/articles/2010/01/13/customizing-generators-in-rails-3 That is to configure like: ``` g.test_framework :rspec, :views => false ```