Skip to content

Instantly share code, notes, and snippets.

@bandicoot86
Last active December 28, 2015 14:09
Show Gist options
  • Save bandicoot86/7512823 to your computer and use it in GitHub Desktop.
Save bandicoot86/7512823 to your computer and use it in GitHub Desktop.
Create with rspec test
rails new app_name --skip-test-unit && cd app_name &&
echo "group :development, :test do
gem 'rspec-rails'
end" >> Gemfile &&
rails generate rspec:install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment