Skip to content

Instantly share code, notes, and snippets.

View DiegoOrejuela's full-sized avatar

DiegoOrejuela

View GitHub Profile
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/schema.json",
"basics": {
"name": "Ximena Carolina Andrade Vargas",
"label": "Software Developer",
"email": "xica369@gmail.com",
"phone": "+57 313 276 06 00",
"location": {
"city": "Bogotá",
"countryCode": "CO",
@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
...