Last active
August 29, 2015 13:56
-
-
Save vibze/8821008 to your computer and use it in GitHub Desktop.
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
gem_group :development, :test do | |
gem "rspec-rails" | |
end | |
gem_group :test do | |
gem "factory_girl_rails" | |
gem "capybara" | |
gem "guard-rspec" | |
end | |
generate(:rspec, "install") | |
run "mkdir spec" | |
run "mkdir spec/support spec/modules spec/routing" | |
run "guard init rspec" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment