Skip to content

Instantly share code, notes, and snippets.

@pascalesdedy
Last active October 20, 2018 15:11
Show Gist options
  • Save pascalesdedy/b194b9fea08561eaf3961a4fd21739f6 to your computer and use it in GitHub Desktop.
Save pascalesdedy/b194b9fea08561eaf3961a4fd21739f6 to your computer and use it in GitHub Desktop.
Gemfile used in Simple CRUD TDD
group :development, :test do
gem 'rspec-rails'
end
group :test do
gem 'factory_bot_rails'
gem 'shoulda-matchers'
gem 'faker'
gem 'database_cleaner'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment