Created
January 16, 2012 14:06
-
-
Save jordanmaguire/1621023 to your computer and use it in GitHub Desktop.
rspec generators
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use the rspec generators | |
config.generators do |g| | |
g.view_specs false | |
g.helper_specs false | |
g.test_framework :rspec | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment