Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

RSpec

rspec is a computer domain-specific language (DSL) testing tool written in the programming language Ruby to test Ruby code. It is a behavior-driven development (BDD) framework which is extensively used in production applications. The basic idea behind this concept is that of test-driven development (TDD) where the tests are written first and the development is based on writing just enough code that will fulfill those tests followed by refactoring. It contains its own mocking framework that is fully integrated into the framework based upon JMock. The simplicity in the RSpec syntax makes it one of the popular testing tools for Ruby applications.

https://github.com/mnisarali/recipe_app

The Recipe app efficiently manages recipes, ingredients, and inventory. Save ingredients, track availability, create recipes, and generate shopping lists. Share recipes publicly for easy access by all users.

authorization crud devise psql recipe-app rspec ruby-on-rails

Last synced: 08 Jan 2025

https://github.com/abdulhamiid/blog-app

The Blog app is a classic example of a blog website. A fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.

bootstrap bullet devise jwt-token rspec ruby rubyonrails

Last synced: 21 Oct 2024

https://github.com/skyv26/morse-code-ruby

Morse code is a method used in telecommunication to encode text characters as standardized sequences of two different signal durations, called dots and dashes, or dits and dahs. Morse code is named after Samuel Morse, one of the inventors of the telegraph.

rspec rubocop ruby ruby-gem

Last synced: 10 Feb 2025

https://github.com/omar-muhamad/catalog-of-my-things-capstone

This is a CLI (Command Line Interface) app that will help you to keep a record of different types of things you won: books, music albums, movies, and games. Everything is based on the UML class diagram. The data was stored in JSON files but we also prepared a database with tables structure analogical to our program's class structure.

postgresql rspec ruby

Last synced: 02 Jan 2025

https://github.com/olipliche/tdd-project

In this project, a class with methods was tested by doing test-driven development (TDD) method.

rspec rubocop ruby tdd

Last synced: 03 Feb 2025

https://github.com/ometman/blogtalk

"Blogtalk" is a Ruby on Rails project that allows authenticated users to post blogs, add comments and like a blog.

html-css-javascript linters postgresql-database rspec rubocop ruby-app ruby-on-rails

Last synced: 26 Jan 2025

https://github.com/ijeomaodinko/budget-app

Budget App is about building a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.

devices devise rails7 rspec ruby rubyonrails

Last synced: 22 Jan 2025

https://github.com/mnisarali/budget_trackie

A mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.

bs-5 capybara devise psql-database rspec ruby-on-rails

Last synced: 10 Feb 2025

https://github.com/alejandroq12/api-testing-rspec

The API Testing Spec is a project designed to practice API testing with RSpec.

rspec ruby-on-rails

Last synced: 10 Feb 2025

https://github.com/leesheppard/coding-test-sales-tax

Coding test that applies sales tax, import tax and excludes items from tax from an imported file.

rspec ruby

Last synced: 04 Feb 2025

https://github.com/tsheporamantso/recipe-app

The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe.

postgresql rspec ruby-on-rails

Last synced: 26 Jan 2025

https://github.com/bohaz/budget-app

TransactTrends is a web application designed to help you manage and keep a detailed track of your financial transactions

css devise javascript postgresql rspec ruby-on-rails stimulus-js

Last synced: 10 Feb 2025

https://github.com/Darhazer/active_record_change_matchers

Custom RSpec matchers for ActiveRecord record creation.

active-record rspec rspec-custom-matchers ruby

Last synced: 04 Feb 2025

https://github.com/mohamedhnoor/realtimesearchanalytics

Real-time search engine that would store analytics from what users searched for.

render rspec ruby ruby-on-rails tailwindcss

Last synced: 10 Feb 2025

https://github.com/fullstop125/budget-app

this is a Budget App with Ruby on Rails, it allows you to create a user, create a group, create a transaction, you can also see the total amount of money spent in the group, and the total amount of money spent by each user, and the total amount of money spent by each user in the group.

rspec ruby-on-rails webapp

Last synced: 04 Feb 2025

https://github.com/nareshnavinash/rest-api-automation-framework-ruby

An API automation framework using Ruby Rspec. Rubocop integrated and client-api package is used as a core module.

api-automation api-rest rspec ruby test-automation-framework

Last synced: 26 Dec 2024

https://github.com/lakshmaji/crostarter

Crowdfunding application

rails react rspec ssr typescript

Last synced: 27 Oct 2024

https://github.com/rockwellll/fake_phone_number_generator

Generate random, unique, phone numbers in e164 format

minitest rails rspec ruby testing

Last synced: 21 Nov 2024

https://github.com/greena13/email_spectacular

High-level email spec helpers for acceptance, feature and request tests

actionmailer email rails rspec

Last synced: 21 Nov 2024

https://github.com/benmuiruri/bowling-scores

A Ruby command line application for scoring a bowling game from data provided in a text file

rspec ruby

Last synced: 10 Jan 2025

https://github.com/said-laasri/catalog_all_things

Users can store their favourite Books, Games and Music Albums in this Bank made of Ruby

postgresql rspec rspec-testing ruby ruby-gem sql

Last synced: 02 Feb 2025

https://github.com/said-laasri/tdd-ruby

A test driven development project with ruby

rspec ruby ruby-gem testing

Last synced: 02 Feb 2025

https://github.com/lcmen/testy_cookie

TestyCookie provides a helper to access plain, permanent, signed and encrypted cookies in Rails controller / integration / request tests.

minitest rails rspec

Last synced: 03 Feb 2025

https://github.com/thiagojacinto/ruby_automation

Learning steps of using Ruby to handle software testing automation

capybara rspec ruby-test selenium

Last synced: 06 Feb 2025

https://github.com/paulzay/sporf

Sporf is a blogging platform where bloggers can signup and write articles that are grouped by categories. It's built with Ruby on Rails

article rails rspec ruby

Last synced: 02 Feb 2025

https://github.com/frodoslaw/dockerfile-rspec-serverspec

Test Dockerfiles with RSpec and ServerSpec

dockerfile rspec ruby rvm serverspec

Last synced: 02 Feb 2025

https://github.com/ricardo-benicio/technical_tests_ii

Development Repository for Technical Tests. Increasing knowledge in Ruby and tests with RSPEC.

development rspec ruby technical-test test

Last synced: 03 Feb 2025

https://github.com/tylerrick/rspec-expect_to_make_changes

Makes it easy to test that a block makes a number of changes, without requiring you to deeply nest a bunch of `expect { }` blocks within each other or rewrite them as `change` matchers.

rspec rspec-expectations testing-library

Last synced: 02 Feb 2025

https://github.com/victoriaduarte/rocklov

Web and API test automation project with Ruby, Cucumber, Capybara, Selenium WebDriver and RSpec

api-testing automation bdd capybara cucumber rspec ruby selenium-webdriver web-testing

Last synced: 27 Jan 2025

https://github.com/rafaelmatsumoto/eventdrivenarchitecture

Event Driven Architecture application developed as a college project.

rspec ruby

Last synced: 03 Feb 2025

https://github.com/manzanit0/tictactoerb

Yet another version of TicTacToe in Ruby

rspec ruby tictactoe

Last synced: 30 Jan 2025

https://github.com/cane-bt/app_for_job_change

転職用のポートフォリオ(仮)

bootstrap4 docker docker-compose jquery mysql rails5 rspec

Last synced: 21 Jan 2025

https://github.com/jailsonsf/maino-challenge

Desafio Mainô - Aplicação web Ruby on Rails, com autenticação de usuário para upload de documentos e processamento em background.

postgresql redis rspec ruby ruby-on-rails sidekiq

Last synced: 20 Dec 2024

https://github.com/aquaflamingo/boilerplate-sinatra

Boilerplate template for Ruby Sinatra applications (logging, rackup file, circleci, autoloading, rspec)

rspec ruby sinatra

Last synced: 05 Feb 2025

https://github.com/itscodeninja/pandanote

PandaNote is an Evernote clone featuring a Rails backend and a React frontend, designed for efficient note-taking and organization.

activerecord coffeescript postgresql react rspec ruby ruby-on-rails scss

Last synced: 03 Dec 2024

https://github.com/01zulfi/connect_four

C4 implemented in Ruby, and TDD'd with RSPec

connect-four rspec ruby

Last synced: 03 Feb 2025

https://github.com/mnisarali/budget_tracker

A mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.

bs-5 capybara devise psql-database rspec ruby-on-rails

Last synced: 06 Feb 2025

https://github.com/alexwebgr/phonebook

A Ruby on Rails api-only app with JWT token authentication that exposes a basic CRUD API for managing contacts in a phonebook.

api jwt rspec ruby ruby-on-rails

Last synced: 04 Feb 2025

https://github.com/dansantander/eshop-be

The back-end for a browser-based mobile application that gathers all of the most common mall brands for you to buy directly from your favorite shops.

rspec rspec-rails rubocop ruby ruby-api ruby-on-rails

Last synced: 02 Feb 2025

https://github.com/emilyjspencer/boris

OOP Exercise, test-driven in Ruby with the testing framework RSpec

oop rspec ruby tdd test-driven-development

Last synced: 09 Feb 2025

https://github.com/ewertoncodes/contact_list_app

Este é um projeto de exemplo para uma aplicação de lista de contatos desenvolvida em Ruby on Rails.

postgresql rspec ruby-on-rails

Last synced: 09 Feb 2025

https://github.com/fherrerao/torc-challenge

Console app built with Ruby, allows you to add products using a console once the project has run, requires you to enter the name, price, quantity, is it imported? is a book, food, or medical product separating the product by category. When you finish adding all the products, the console will display the product with its price plus tax.

rspec rubocop ruby

Last synced: 02 Feb 2025

https://github.com/brainconnect93/budget-app

This is a Ruby on Rails mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent on what.

capybara-rspec css rails rspec rubocop ruby

Last synced: 08 Feb 2025

https://github.com/epaltechs/school-library

A school library app that allows for recording what books are in the library and who borrows them.

postgresql rspec rubocop ruby

Last synced: 08 Feb 2025

https://github.com/rayanerocha07/rspec-tutorial

TDD with rspec.

rspec rspec-rails

Last synced: 09 Feb 2025

https://github.com/lukblan/five-cards-poker

Console poker game with TDD development approach

rspec ruby

Last synced: 23 Jan 2025

https://github.com/midwire/jsonapi_rspec

Provides RSpec matcher for json:api related specs and compares jsonapi rack response to instantiated objects.

json json-api jsonapi jsonapi-expectations jsonapi-rb jsonapi-rspec jsonapi-testing rspec

Last synced: 06 Feb 2025

https://github.com/afaur/ruby-rack-iodine

:herb: A basic example of getting started with Sinatra on Iodine powered Rack.

activerecord iodine rack rspec ruby sinatra sqlite

Last synced: 19 Dec 2024

https://github.com/vitor0p9f/ruby-stock-picker

Project suggested by The Odin Project: https://www.theodinproject.com/lessons/ruby-stock-picker

array-manipulations docker rspec ruby tdd

Last synced: 17 Jan 2025

https://github.com/geekyhacks/ruby_catalog_my_things_capstone

"Catalog of my things" is a simple console app that allows users to manage collections of the things they own. It's based on the following UML class diagram.

json microverse mob-programming rspec rspec-testing ruby schema

Last synced: 17 Jan 2025

https://github.com/vitor0p9f/ruby-bubble-sort

Project sugested by The Odin Project: https://www.theodinproject.com/lessons/ruby-bubble-sort

argv bubble-sort file-read-write rspec ruby sorting-algorithms tdd

Last synced: 17 Jan 2025

https://github.com/vitor0p9f/ruby-substrings

Project suggested by The Odin Project platform: https://www.theodinproject.com/lessons/ruby-sub-strings

rspec ruby string substring

Last synced: 17 Jan 2025

https://github.com/vitor0p9f/ruby-caesar-cipher

This repository was created with the aim of studying the functioning and implementation of the Cesar cipher. Project suggested by The Odin Project platform.

cryptography docker regex rspec ruby tdd

Last synced: 17 Jan 2025

https://github.com/epaltechs/budget-app

This Budget App is a mobile web application designed to help you spend money responsibly. It has a list of expenses connected with a category, and you can see and account for how much money you spend and on what, as well as which category. It would help you to be reasonable in making financial decisions.

bootstrap cancancan capybara css devise html rspec rubocop ruby ruby-on-rails

Last synced: 08 Feb 2025

https://github.com/gracehtet/budget-app

Money Tracker App is an app that helps you to manage your budget. You can create your category and transactions. You can also see your budget report.

heroku rspec ruby-on-rails

Last synced: 28 Dec 2024

https://github.com/christopheraue/ruby-rspec-is_expected_block

Redefines is_expected as expect{ subject }

rspec ruby

Last synced: 19 Dec 2024

https://github.com/irvanfza/basictdd

Process of Test-Driven Development (TDD) step-by-step. FizzBuzz word game is used as the main problem to solve. Ruby is the programming language used with RSpec as the test framework.

rspec rspec-testing ruby tdd tdd-ruby tdd-sample

Last synced: 27 Dec 2024

https://github.com/nemuba/ruby-metaprogramming

Learn about metaprogramming in ruby

metaprogramming rspec ruby test

Last synced: 24 Dec 2024

https://github.com/andrewmcodes-archive/gem_actions

Example GitHub Action workflows for your Ruby Gem

action actions gem github-actions release-automation rspec rubocop ruby

Last synced: 16 Jan 2025

https://github.com/quequeo/mundosat-api

Mundo Satelital Backend - Rails API

heroku rspec rubocop ruby ruby-on-rails sendgrid

Last synced: 10 Feb 2025

https://github.com/ambrose-kibet/oop-school-library

This is a project that aims to develop a tool for the librarian of OOP University to manage the library's collection of books, record borrowing activities, and add new students or teachers in a well-organized and visually appealing way.

oop-principles rspec ruby

Last synced: 10 Feb 2025

https://github.com/mariocc29/pokemon_api

Exemplary Ruby on Rail RestAPI aimed at assessing code quality with meticulous attention to detail.

backend jbuilder jwt rails rspec rswag

Last synced: 10 Feb 2025

https://github.com/sjproctor/learn-cat-tinder-rails-api

Instructional project: Rails API

rest-api rspec ruby ruby-on-rails

Last synced: 10 Feb 2025

https://github.com/sjproctor/learn-full-stack-rails

Instructional project: Full-stack Ruby on Rails

restful rspec ruby ruby-on-rails

Last synced: 10 Feb 2025

https://github.com/guedesrodriguezleonardo/selenium-ruby

Web Automation testing framework using Selenium, RSpec and Ruby

rspec ruby selenium selenium-ruby test-automation web-testing

Last synced: 10 Feb 2025

https://github.com/mariocc29/holidays

The Holidays API is a RESTful service designed to provide information about holidays for specific countries or regions.

backend grape-api rails rspec swagger

Last synced: 10 Feb 2025

https://github.com/grayvox/mastermind

🤖 The iconic code breaking game - featuring two different game modes.

mastermind replit rspec ruby theodinproject

Last synced: 10 Feb 2025

https://github.com/amazingustav/landscape-stock

Server side application for stock price management and reports

docker httparty rspec ruby-on-rails

Last synced: 10 Feb 2025

https://github.com/silva4dev/rails-management-citizens-project

🏝️ Building a platform to facilitate the registration and management of information for citizens of a municipality using TDD, Clean Architecture, Design Patterns and SOLID principles 🎯

clean-architecture design-patterns docker docker-compose elasticsearch postgresql rspec ruby ruby-on-rails solid stimulus tailwind-css test-driven-development twilio typescript

Last synced: 18 Dec 2024

https://github.com/rileymanda/coincraft

CoinCraft is a powerful and user-friendly Rails budgeting application designed to help you take control of your finances and achieve your financial goals. With CoinCraft, you can craft your financial future with ease, precision, and confidence.

cancancan capybara devise pry rails render rspec ruby

Last synced: 10 Feb 2025

https://github.com/pconley/shiken

Shiken is a ruby gem wrapper for selenium designed to use with rspec.

rspec ruby selenium test-automation

Last synced: 10 Feb 2025

https://github.com/andressakarla/testes-automatizados-web-front-serve-rest_ruby

Projeto de Testes Automatizados Web no front e API REST do ServeRest desenvolvido para me aprofundar um pouco mais nos estudos sobre testes automatizados em Ruby

capybara chromedriver cucumber fixtures geckodriver github-actions github-workflows httparty json linux-ubuntu rspec ruby siteprism windows-10

Last synced: 10 Feb 2025

https://github.com/juandbta/search-project-backend-rails

Realtime Search Box Analytics: Instantly track user searches via IP for personalized insights. Focus on analytics, uncovering trending topics per user. Revolutionize search with privacy-centric data analysis.

api backend database endpoint json posgresql rspec rubocop ruby-on-rails

Last synced: 10 Feb 2025

https://github.com/at1as/rspec_jit

Run RSpec tests with ruby's JIT compiler enabled

jit just-in-time rspec ruby spec test test-framework testing

Last synced: 10 Feb 2025

https://github.com/axsuul/rspec-http-fixtures

Provides RSpec helper methods to build HTTP fixtures.

rails rspec ruby

Last synced: 10 Feb 2025

https://github.com/marekhakala/htmlparser

HTML parser | Semester project for MI-RUB @ CTU FIT

html html-parser rspec ruby xml

Last synced: 01 Jan 2025

https://github.com/marekhakala/mynomadlife-api

The My Nomad Life API is a back-end rails application for MyNomadLife application.

activemodelserializers api carrierwave minimagick rest-client rspec ruby-on-rails

Last synced: 01 Jan 2025

https://github.com/marekhakala/bankapi

Bank API | Semester project for MI-RUB @ CTU FIT

api rspec ruby xml

Last synced: 01 Jan 2025

https://github.com/nikukyugamer/everyday-my-rails

Forked from Everyday Rails repository (https://github.com/everydayrails/everydayrails-rspec-2017)

rails rspec rspec-rails test-framework testing-framework

Last synced: 23 Jan 2025

https://github.com/yuvenalmash/undertakings

RESTful API for a Task management application

postgresql rspec rswag ruby-on-rails

Last synced: 20 Jan 2025

https://github.com/raulpe7eira/tic_tac_toe

Laboratório de Validação de Conhecimento para Pluga

game gem rspec ruby

Last synced: 19 Dec 2024

https://github.com/raulpe7eira/inventory

Laboratório de Validação de Conhecimento para Globo

bootstrap css devise heroku html postgresql rails rspec ruby sqlite

Last synced: 19 Dec 2024

https://github.com/tobinchilongo/tdd-project

Microverse project for learning test driven development in ruby.

classes gemfile rspec rspec-testing

Last synced: 25 Dec 2024

https://github.com/tobinchilongo/budget-app

Mobile(B)Money is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what..

bootstrap5 cancancan capybara devise factorybot faker gems jquery-plugin letter-opener rspec rubocop selenium-webdriver

Last synced: 25 Dec 2024

https://github.com/munyabelden/tdd

Test Driven Development (TDD) is a practice project with a class and a few methods written to execute the test regulations.

rspec rubocop ruby

Last synced: 08 Feb 2025

https://github.com/nareshnavinash/tespec-ruby

Selenium framework with ruby, rspec, allure

rspec ruby

Last synced: 26 Dec 2024

https://github.com/matiasjastrebow/tp-tadp-metaprogramacion

Trabajo Práctico de Metaprogramación de la materia Técnicas Avanzadas de la Programación (TADP) de la UTN 2024

metaprogramming mocking reflection rspec ruby spies testing unit-testing

Last synced: 30 Jan 2025

https://github.com/vgsantoniazzi/focuzo

focuzo — A RSpec formatter to set light lamp through arduino, based on status of tests.

arduino rspec

Last synced: 10 Jan 2025

https://github.com/yaairfernando/private_events

Ruby on rails application that implements a EventBrite clone

associations capybara-rspec rspec ruby ruby-on-rails

Last synced: 02 Jan 2025

https://github.com/emilyjspencer/boris--bikes

OOP Exercise, test-driven in Ruby with the testing framework RSpec

pair-programming rspec ruby

Last synced: 09 Feb 2025

https://github.com/benmuiruri/parity-gem

A simple gem to split an array of integers into two arrays of odd and even integers

gem rspec ruby

Last synced: 16 Jan 2025