Last active
November 11, 2018 16:14
-
-
Save kawakubox/ccea329b5690e402572aeef44ca5b368 to your computer and use it in GitHub Desktop.
This file contains 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 'factory_bot_rails' | |
gem 'faker' | |
gem 'pry-rails' | |
gem 'slim-rails' | |
gem 'yard' | |
end | |
gem_group :test do | |
gem 'rspec-rails' | |
end | |
run 'bundle install --path vendor/bundle' | |
rails_command 'generate rspec:install' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment