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/bkuhlmann/http-fake

A HTTP fake implementation for test suites.

api fake http rspec testing

Last synced: 14 Oct 2024

https://github.com/jmromer/vendtriloquist

An experimental implementation of a TUI that models a vending machine

cli demo oop rspec ruby

Last synced: 13 Jan 2025

https://github.com/virag-ky/tdd-ruby-poject

This is an exercise in Ruby to practice Test Driven Development.

rspec rubocop ruby tdd unit-testing

Last synced: 10 Jan 2025

https://github.com/monade/rspec_sql_matcher

A gem to match SQL queries within your RSpec tests

rails rspec rspec-matchers ruby sql

Last synced: 26 Jan 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/santosh-konappanavar/tdd_project

TDD (Test-Driven Development) is a software development methodology where automated tests are written before writing the actual code. In this project, we implemented a class following TDD principles, ensuring that the code is thoroughly tested by creating tests that define the expected behavior and then writing the code to pass those tests.

postgresql-database rspec ruby server

Last synced: 08 Feb 2025

https://github.com/michinaoshimizu/edrive

Generic event dispatcher for ruby

event-dispatcher gem rspec ruby ruby-gems

Last synced: 16 Jan 2025

https://github.com/wilddima/rspec-live_controllers

RSpec matchers for ActionController::Live

actioncontroller rails rspec

Last synced: 02 Feb 2025

https://github.com/bilby91/jest-change-matchers

Jest change matchers like RSpec

javascript jest nodejs rspec typescript

Last synced: 02 Feb 2025

https://github.com/delicelydia/group_hours_app

This is an application of grouping hours spent on different projects in the university.

rails rspec ruby

Last synced: 02 Feb 2025

https://github.com/brandonduff/rspec-ordering-mttf

A custom orderer for RSpec that optimizes for test latency (mean time to failure) over test throughput.

rspec ruby tdd testing testing-tools

Last synced: 16 Jan 2025

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

In this project, we implemented a class with some methods, by doing test-driven development (TDD).

rspec ruby tdd

Last synced: 03 Feb 2025

https://github.com/dpoetzsch/rspec-resources

A concise DSL for testing rails resources with rspec

dsl rails resources rspec rspec-rails

Last synced: 16 Jan 2025

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

A typical example of a blog website is the Blog app. I built a completely working website that displays a list of topics and allows visitors to engage with them by leaving comments and like them.

cancancan devise postgresql rspec rspec-rails ruby ruby-on-rails

Last synced: 02 Feb 2025

https://github.com/skyv26/ruby-enumerable

In Ruby, we call an object enumerable when it describes a set of items and a method to loop over each of them. The built-in enumerables get their enumeration features by including the Enumerable module, which provides methods like #include?, #count, #map, #select and #uniq.

enumerable rspec rubocop ruby ruby-gem

Last synced: 10 Feb 2025

https://github.com/ritobrotomukherjee/oops-school-library-ruby

It's a school library using Ruby. The data gets added and deleted from CLI. It's a simple project to learn developing project from UML diagram

cli gitflow learning-by-doing mvc-architecture rspec ruby school-library solid-principles unit-test

Last synced: 06 Feb 2025

https://github.com/aboongm/rails-buget-app

The Ruby on Rails capstone project is to build a mobile web application where I can manage my budget: I have a list of transactions associated with a category, so that I can see how much money I spent and on what. I will create a Ruby on Rails application that allows the user to: register and log in, so that the data is private to them. Create categories and add expenses on each of these categories see the expenses on each category.

capybara-rspec devise postgresql rspec ruby ruby-on-rails

Last synced: 03 Feb 2025

https://github.com/eudanilobarbosa/bdd-discover

Projeto de testes automatizados realizado no curso BDD eXperience da QAx com Fernando Papito.

bash capybara cli cucumber-ruby git html-css-javascript rails rspec ruby selenium-webdriver visual-studio-code webapp

Last synced: 27 Dec 2024

https://github.com/timfjord/anytest-cli

Run any test from your terminal.

cargotest espec exunit jest pytest rspec zigtest

Last synced: 27 Dec 2024

https://github.com/cristiancfe/automacaowebaula

Automacao com Cucumber, Capybara e Ruby

capybara cucumber rspec rubygem site-prism

Last synced: 18 Jan 2025

https://github.com/bienvenuushindi/sharingan

knowledge based system has been created to help code reviewers quickly search for specific code review guidelines and generate a ready to use comment for each requirement that is not followed

hotwire-turbo javascript rails rspec ruby stimulusjs tailwindcss turbo-stream

Last synced: 02 Feb 2025

https://github.com/rwubakwanayo/tdd

This is an education project that implement a class with some methods, but we did it by doing test-driven development (TDD). The idea is to write tests first and then the code.

oop rspec ruby

Last synced: 08 Jan 2025

https://github.com/rileymanda/ruby-capstone-project

A console app developed to keep a record of different types of things you own: books, music albums, and games. All the implementations are based on UML class diagram and the data is be stored in JSON files.

rspec ruby

Last synced: 20 Jan 2025

https://github.com/olawale-o/school_library

"School library" A ruby application to record what books are in the library and who borrows them

rspec ruby

Last synced: 02 Feb 2025

https://github.com/olawale-o/our_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.

bootstrap cancancan capybara devise factorybot postgresql rspec ruby ruby-on-rails

Last synced: 02 Feb 2025

https://github.com/cliftondavies/learnar

A Ruby on Rails full-stack app for learners to share progress, connect and find inspiration.

bootstrap4 css3 devise font-awesome-sass heroku html5 postgresql rspec rspec-rails ruby ruby-on-rails sass shoulda-matchers sql

Last synced: 12 Jan 2025

https://github.com/cliftondavies/hap-api

The Ruby on Rails REST API for Hikes Against Poverty.

devise-token-auth heroku postgresql rspec rspec-rails ruby ruby-on-rails shoulda-matchers sql

Last synced: 12 Jan 2025

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

Microverse Module 05 Project: This is an educational project to create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

postgresql rails rspec ruby

Last synced: 08 Jan 2025

https://github.com/olawale-o/rails_blog_app

"Rails Blog App" a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

cancancan devise devise-jwt postgresql rspec ruby ruby-on-rails

Last synced: 02 Feb 2025

https://github.com/silva4dev/ruby-clean-architecture-api-project

🌱 Building an API with Ruby using TDD, DDD, Clean Architecture, Design Patterns and SOLID principles 🎯✨

ci-cd docker docker-compose domain-driven-design grape postgresql rspec ruby sequel solid-principles swagger test-driven-development

Last synced: 18 Jan 2025

https://github.com/cassiosantana/pages_ahead

Pages Ahead é uma editora de livros. Com ela podemos gerenciar as partes envolvidas no processo de criação de livros onde temos Autores, Livros, Montagens, Partes, Fornecedores e Contas.

api factorybot ffaker rails rails-application rails7 ransack rspec

Last synced: 20 Jan 2025

https://github.com/mnisarali/blog_app

A classic blog website, designed to showcase an array of posts and empower readers to interact with them through a variety of features such as commenting and liking.

authorization crud devise psql rspec rswag

Last synced: 08 Jan 2025

https://github.com/vic778/bookme

the general idea is to mimic the primitive features of Calendly. An end user can visit a unique direct link to book events with someone else. These events can be free to book or require payment. Those that book events shouldn't be necessary to create an account. Those that make the events and availability slots do need an account.

activestorage devise heroku postresql rspec ruby ruby-on-rails sidekiq stripe

Last synced: 18 Jan 2025

https://github.com/rwubakwanayo/ror-task-manager

Task Manager is an application that allows users to create categories, create tasks, add tasks to categories, view all tasks and categories, edit tasks and categories, and delete tasks and categories. With this application, users can easily keep track of their tasks and prioritize them to ensure all tasks are managed efficiently.

postgresql rspec ruby-gem ruby-on-rails

Last synced: 08 Jan 2025

https://github.com/muskan2532150/healtyme

"Welcome to our gym product e-commerce site! Discover top-notch fitness gear and supplements. Built with RoR and a powerful backend API for a smooth shopping experience."

fastjsonapi reactjs reduxt rspec ruby-on-rails sass swagg

Last synced: 04 Feb 2025

https://github.com/ianagbip1oti/kutiespec

Testing framework for Kotlin based on RSpec

kotlin rspec testing

Last synced: 10 Feb 2025

https://github.com/jmettraux/bxs

Bundle Exec rSpec - a wrapper for `bundle exec rspec`

rspec ruby shell

Last synced: 26 Jan 2025

https://github.com/cassiosantana/rspec_ruby

Mini curso de testes Ruby com Rspec

bundler gem rspec rspec-rails ruby ruby-on-rails youtube

Last synced: 10 Feb 2025

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

Test Driven Development (TDD) is software development approach in which test cases are developed to specify and validate what the code will do. In simple terms, test cases for each functionality are created and tested first and if the test fails then the new code is written in order to pass the test and making code simple and bug-free

rspec ruby tdd

Last synced: 16 Jan 2025

https://github.com/westdragoniroh/ruby-chess

Command line chess game written in Ruby and tested with RSpec

chess game rspec ruby ymal

Last synced: 11 Jan 2025

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

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

git-flow github-flow mysql psql rails rspec ruby

Last synced: 09 Jan 2025

https://github.com/bperlakih/rspec_tcr

Test Commit || Reset for rspec + fswatch (on zsh)

fswatch rspec rspec-tcr rspec-testing tcr test-driven-development zsh

Last synced: 19 Jan 2025

https://github.com/tmtocb/palabra-translategame-tdd

Rails 6 app where you can learn words and translations using external Language API, full test suite with RSpec, devise for authentication, pundit for authorization, Travis-CI, Heroku, Brakeman, Bundler-Audit, Pry in development/production.

bootstrap devise external-apis heroku-deployment postgresql rails-api rails6 rspec ruby-on-rails tdd travis-ci travis-ci-github

Last synced: 02 Feb 2025

https://github.com/testingbot/ruby-rspec-example

An example of Ruby with RSpec for TestingBot.com

rspec rspec-examples selenium-webdriver webdriver

Last synced: 19 Jan 2025

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/skyv26/oop-school-library

A school library (or a school library media center) is a library within a school where students, staff, and often, parents of a public or private school have access to a variety of resources.

decorators design-patterns inheritance oop-principles rspec rubocop ruby ruby-gem school-library styleguide workflows

Last synced: 10 Feb 2025

https://github.com/westonganger/automatic_rails_route_testing

Template for easy exception testing for all routes within a Rails app

minitest rails rails-routes rails-testing rspec ruby template

Last synced: 01 Feb 2025

https://github.com/juandbta/snaplife

A cutting-edge Ruby on Rails app with PostgreSQL, revolutionizing daily organization. Seamlessly merging task management and note-taking, it's your lightning-fast, all-in-one solution for streamlined life organization.

css-flexbox css3 devise postgresql render rspec rspec-testing rubocop ruby ruby-on-rails

Last synced: 10 Feb 2025

https://github.com/kazvee/jungle_rails

🌿 Full-stack e-commerce app 📚 MVC pattern 🗺️ Active Record ORM 🔴 Ruby on 🚃 Rails 6.1 👢 Bootstrap frontend 📚 PostgreSQL database 🔒 Bcrypt password management 💸 Stripe for secure payments 🧪 Rspec & Cypress automated testing

active-record bootstrap cypress model-view-controller mvc-pattern postgresql rails6 rspec ruby-on-rails scss stripe

Last synced: 21 Jan 2025

https://github.com/bastos/rspec-watch

Really simple command line tool to run Rspec when Rails project files get edited

cli rails rspec ruby

Last synced: 09 Feb 2025

https://github.com/mckim-dev/apiv4

Ruby on Rails 6 API - Nursing Student Assessment Application

api rails-api rails6 rspec ruby

Last synced: 21 Jan 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: 22 Oct 2024

https://github.com/lakshmaji/crostarter

Crowdfunding application

rails react rspec ssr typescript

Last synced: 27 Oct 2024

https://github.com/alexander-senko/magic-support

Utility classes and Ruby extensions beyond Active Support

core-ext rspec ruby rubygems

Last synced: 24 Jan 2025

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

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

api-endpoints best-practices postgresql request-testing rspec rspec-rails ruby ruby-on-rails

Last synced: 10 Feb 2025

https://github.com/george-swift/expense-tracker-api

An API only Rails app to provide and manage resourceful routes for a React-Redux frontend application that allows users to manage expenses.

database postgresql rails-api rspec

Last synced: 02 Feb 2025

https://github.com/rileymanda/ruby-tdd

Ruby-tdd is A simple ruby application that demonstrates test driven development in ruby using RSpect

rspec ruby ruby-testing

Last synced: 20 Jan 2025

https://github.com/danielthefletch/odin-ruby-exercises

Ruby exercises done as part of The Odin Project's web development curriculum.

rspec ruby the-odin-project web-development

Last synced: 24 Jan 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/ansaribrahim/budget-app

Budget-App is a web-based application designed to help users manage their expenses and budgets effectively. It allows users to track their spending, categorize expenses, and set budget goals to achieve financial control.

capybara-rspec deployment erb font-awesome gitflow html javascript license linters rails rspec rubocop ruby rubyonrails tailwindcss unit-testing

Last synced: 24 Jan 2025

https://github.com/apexatoll/zirconia

Lightweight testing utility for synthesising Ruby gems

bundler rspec ruby ruby-gem ruby-gems rubygem testing testing-tools

Last synced: 20 Dec 2024

https://github.com/edwardcdev/simple-directory-app

A simple directory app that lists mock data of medical service providers. It is written on Rails, React, GraphQL, and so on.

factorybot graphql-ruby rails5 react rspec semantic-ui webpack

Last synced: 21 Jan 2025

https://github.com/dannyben/respec

RSpec Convenience Wrapper

rspec ruby

Last synced: 02 Feb 2025

https://github.com/silva4dev/ruby-clean-api-project

⚙️ Building an API with Ruby using TDD, DDD, Clean Architecture, Design Patterns and SOLID principles 🎯✨

ci-cd docker docker-compose domain-driven-design grape postgresql rspec ruby sequel solid-principles swagger test-driven-development

Last synced: 12 Oct 2024

https://github.com/bestwebua/rspec_file_chef

Rspec File Chef - File Environment control :floppy_disk:

rspec rspec-testing ruby ruby-gem

Last synced: 02 Feb 2025

https://github.com/ambrose-kibet/catalog-of-my-things

This is a command line app built collaboratively with ruby that allow the user to arrange thier stuff in an organized manner

rspec ruby

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/hidakatsuya/pdf_matcher-testing

This gem allows testing frameworks such as Test::Unit, RSpec and Minitest to perform PDF matching tests with the pdf_matcher gem.

minitest pdf rspec test-unit

Last synced: 20 Dec 2024

https://github.com/twe4ked/rspec-api-docs

Generate API documentation using RSpec

api documentation dsl formatter rspec

Last synced: 02 Feb 2025

https://github.com/jerryowusu/budgetmanager

Budget Manager is a Ruby on Rails capstone project 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. The application allows the user to: register and log in, so that the data is private to them. introduce new transactions associated with a category. see the money spent on each category.

authentication authorization capybara postgresql rspec ruby-on-rails

Last synced: 05 Jan 2025

https://github.com/sucodelarangela/ruby-practices

Houve uma época em que eu não tinha muito o que fazer, então resolvi estudar Ruby e testes unitários.

rspec ruby unit-testing

Last synced: 21 Jan 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/timbar09/school_library-ruby

This is a user-friendly tool that efficiently manages book inventory, borrowers, and borrowing history, providing accurate record keeping and enhancing the borrower experience.

command-line-app gitflow-workflow pair-programming pry rspec ruby

Last synced: 04 Feb 2025

https://github.com/fumtas1k/kyopro-tessoku

競技プログラミングの鉄則の解答

algorithms gradle java junit5 kotlin rspec ruby

Last synced: 25 Jan 2025

https://github.com/ouasamine/i-budget

iBudget is a web mobile friendly app that support user registration and authentication, where a registred user can keep track of her/his transactions and organise them in groups, the app is built with Ruby on Rails framework.

rspec ruby ruby-on-rails

Last synced: 24 Dec 2024

https://github.com/luizfonseca/my-personal-computer

A ruby project built to help Junior Developers learn more about basic structures, controls & more.

junior-developer learning-by-doing rspec ruby

Last synced: 02 Feb 2025

https://github.com/vadim-geroim/grammable

Instagram clone with the Test Driven Development approach.

bootstrap4 carrierwave devise figaro heroku minimagick rails5 rspec ruby simpleform

Last synced: 21 Dec 2024

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/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/epaltechs/catalogue-of-things-project

This is a console application project that will help us to keep a record of different types of things we own namely: books, music albums, and games. The application allows you to perform some CRUD operations such as adding new items, reading the items that you have saved, and saving items to .json files.

postgresql rspec rubocop ruby

Last synced: 08 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/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/nspec/dotnetnewnspec

NSpec templates for .NET Core command line interface

bdd core dotnet dotnet-template mocha rspec tdd template test testing

Last synced: 07 Jan 2025

https://github.com/djc00p/trutouch

Mock website for the company TruTouch Auto Detailing and Window Tint

database javascript rails-application rspec ruby

Last synced: 20 Dec 2024

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