Skip to content

Instantly share code, notes, and snippets.

@kawakubox
Last active November 11, 2018 16:14
Show Gist options
  • Save kawakubox/ccea329b5690e402572aeef44ca5b368 to your computer and use it in GitHub Desktop.
Save kawakubox/ccea329b5690e402572aeef44ca5b368 to your computer and use it in GitHub Desktop.
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