Skip to content

Instantly share code, notes, and snippets.

View DiegoOrejuela's full-sized avatar

DiegoOrejuela

View GitHub Profile
@DiegoOrejuela
DiegoOrejuela / Gemfile
Last active March 2, 2021 02:21
Validations fields Devise on Ruby on Rails with Rspec and Shoulda Matchers
...
group :test do
gem 'rspec-rails'
gem 'shoulda-matchers'
end
...