Skip to content

Instantly share code, notes, and snippets.

@vibze
Last active August 29, 2015 13:56
Show Gist options
  • Save vibze/8821008 to your computer and use it in GitHub Desktop.
Save vibze/8821008 to your computer and use it in GitHub Desktop.
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