Last active
December 28, 2015 14:09
-
-
Save bandicoot86/7512823 to your computer and use it in GitHub Desktop.
Create with rspec test
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
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