Skip to content

Instantly share code, notes, and snippets.

@leemour
Created April 18, 2013 19:31
Show Gist options
  • Save leemour/5415567 to your computer and use it in GitHub Desktop.
Save leemour/5415567 to your computer and use it in GitHub Desktop.
Using RSpec generators by default
rails new myapp -T # excludes Unit Test
# config/application.rb:
config.generators do |g|
g.test_framework :rspec
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment