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/sshaw/selfie_formatter

The RSpec Selfie Formatter: A Formatter that takes photos of you while your tests run and uses them to track progress and format the results.

imagesnap photos rspec rspec-formatter ruby selfie-formatter selfies test

Last synced: 17 Dec 2024

https://github.com/broothie/gspec

A Go test framework

bdd go golang rspec spec test

Last synced: 18 Dec 2024

https://github.com/tanveerisonline/classup-final-capstoneproject

ClassUp is an online learning platform created as a capstone project at Microverse. It offers users the ability to book online classes and organize study sessions with other learners in their vicinity. By combining virtual learning with real-world interactions, ClassUp aims to create an engaging and collaborative learning atmosphere for students.

bootstrap5 eslint gitflow jest postgres react redux render rspec rswag ruby ruby-on-rails stylelint webpack5

Last synced: 21 Jan 2025

https://github.com/faranoshamini/school_library

Implemented a simple school library app using the full concepts of object oriented programming in ruby. This application takes input and returns the corresponding results from the terminal

gem gemfile rspec rubocop ruby

Last synced: 04 Feb 2025

https://github.com/tanveerisonline/ruby-final-capstone-project

Catalog of my things is a console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games

rspec rubocop ruby

Last synced: 21 Jan 2025

https://github.com/jesusgautamah/ruby-ipynbs

My collection of Ruby Jupyter Notebooks

chatgpt gpt-3 ipynb jupyter-notebook rspec ruby

Last synced: 16 Jan 2025

https://github.com/tmtocb/tasks-json-rest-api-tdd

Rails 6 Tasks JSON REST CRUD API using JWT authentication, full test suite with RSpec, ActiveModel serialization, versioning, Bcrypt secure password, Travis-CI, Heroku, Brakeman, Bundler-Audit, Pry in development/production.

bcrypt heroku json json-api jwt-authentication rails-api rails6 restful-api rspec serialization tdd travis-ci versioning

Last synced: 20 Jan 2025

https://github.com/doamaral/ruby-rspec-selenium

Using the minimal number of libs to do UI Testing

rspec ruby selenium-webdriver testing ui

Last synced: 15 Jan 2025

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

This project is designed to help you learn and practice Test-Driven Development (TDD) in Ruby. You will create a class called Solver and implement various methods while following the TDD approach.

rspec rspec-tests ruby

Last synced: 02 Feb 2025

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

This project empowers you to harness Object Oriented Programming principles to build a sleek and efficient system for managing students, teachers, books, and borrowing records. Explore the project and start your journey towards mastering OOP.

rspec ruby

Last synced: 02 Feb 2025

https://github.com/mohamedsabry0/rulint

Basic Ruby conventional rules linter. Using Ruby. From scratch using regex with OOP structure and unit testing.

rspec ruby

Last synced: 18 Jan 2025

https://github.com/envygeeks/luna-rspec-formatters

:heart_eyes_cat: My custom RSpec formatters.

formatter luna-rspec-formatters rspec ruby

Last synced: 11 Oct 2024

https://github.com/faranoshamini/tdd_project

A ruby project with methods such as Factorial, ReverseString, FizzBuzz build on TDD approach

gem gemfile rspec ruby

Last synced: 04 Feb 2025

https://github.com/murodjon000/sales-tax

Basic sales tax is applicable at a rate of 10% on all goods, except books, food, and medical products that are exempt. Import duty is an additional sales tax applicable on all imported goods at a rate of 5%, with no exemptions.

rspec ruby

Last synced: 02 Feb 2025

https://github.com/tanveerisonline/rails_blog_app

This is a blog app which uses Ruby on Rails for backend and allows users to read peoples posts and comments and allows people who sign up to add their posts and comment as well as like others posts, it also integrates with PostgreSQL The figure below is the ERD for the project:

postgresql rspec rubocop ruby ruby-on-rails

Last synced: 21 Jan 2025

https://github.com/procore-oss/rspec_profiling

Collects profiles of RSpec test suites

rspec ruby

Last synced: 14 Oct 2024

https://github.com/dqmrf/taskmanager

Task manager application built using Ruby on Rails technology.

haml heroku postgresql rails rails-application rails4 rspec ruby ruby-on-rails

Last synced: 19 Jan 2025

https://github.com/testingbot/testingbot_ruby

Ruby gem to use with the Cloud Selenium Service at testingbot.com

rspec rubygem selenium testingbot webdriver

Last synced: 08 Feb 2025

https://github.com/paulfioravanti/presentations

Collection of technical presentations I've done

code-quality deckset elixir elm markdown presentations rspec ruby ruby-on-rails

Last synced: 04 Feb 2025

https://github.com/tanveerisonline/rails-react-hello-world-app

The Greeting App is a simple web application built to demonstrate the implementation of a connection between a Ruby on Rails back-end and a React front-end. It generates random greetings and serves as a learning tool for understanding the integration between these two technologies.

eslint jest postgres react reduxtoolkit rspec rubocop ruby-on-rails stylelint

Last synced: 21 Jan 2025

https://github.com/marciojg/microservice-architecture

Este projeto é um exemplo de uma solução de "e-commerce" usando padrões de arquitetura, com 2 principais, que são: SAGA with Choreography e Event Sourcing.

kafka microservices my-apps postgresql rails redis-queue rspec ruby-on-rails sagas

Last synced: 16 Dec 2024

https://github.com/petitest/petitest-spec

BDD style DSL for Petitest.

bdd petitest rspec

Last synced: 01 Feb 2025

https://github.com/maheshkumar-novice/chess

A command line game written in Ruby

chess colors object-oriented-programming rspec rubocop ruby tests

Last synced: 01 Feb 2025

https://github.com/dmathieu/rspec-otel

RSpec matchers for the OpenTelemetry framework

opentelemetry rspec ruby

Last synced: 14 Oct 2024

https://github.com/vic778/class-manager

Class Manager is a Student-Teacher Portal where techers and student can sign up and teachers can add students in their class assign task and add note by student.

cloudinary devise heroku jwt postg rspec ruby ruby-on-rails uploader

Last synced: 18 Jan 2025

https://github.com/rlmoser99/ruby_rspec_top

A tutorial that I developed for students at The Odin Project to learn RSpec.

rspec

Last synced: 12 Dec 2024

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

A sample Ruby project to practice the TDD flow

rspec ruby

Last synced: 24 Dec 2024

https://github.com/nelcifranmagalhaes/eat_then_diet

A System web for control of diets!

diet materialize rails rspec webapp

Last synced: 30 Jan 2025

https://github.com/mikz/rspec-dom-testing

rails-dom-testing wrapped as RSpec matchers

rspec rspec-matchers rspec-rails

Last synced: 28 Dec 2024

https://github.com/cliftondavies/enumerable-methods

A re-creation of the Ruby Enumerable Module.

rspec ruby

Last synced: 12 Jan 2025

https://github.com/itsmraga-hub/catalogue-of-my-things

"Catalogue-of-my-things" is a simple console app that allows users to manage collections of the things they own.

json oop rspec ruby ruby-application

Last synced: 03 Feb 2025

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

Test-driven development (TDD)

oop rspec ruby tdd

Last synced: 07 Feb 2025

https://github.com/andrzejsliwa/rails_components_template

Rails Application Template with Komponent.io and other opinionated decisions

application components rails rspec stimulusjs template

Last synced: 29 Jan 2025

https://github.com/trevora-trevora/spec_selector

A view, filter, and rerun utility for RSpec.

rspec rspec-rails ruby ruby-on-rails rubygems

Last synced: 28 Oct 2024

https://github.com/guerreiropedr0/fast-budget

You have a list of transactions associated with a category, so that you can see how much money you spent and on what.

capybara rails rspec ruby

Last synced: 02 Feb 2025

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

In this project we implement a Solver class with some methods (factorial, reverse and fizzbuzz), by doing test-driven development (TDD). Remember that we write tests first and then the code.

rspec ruby unit-testing

Last synced: 20 Dec 2024

https://github.com/tobuya/catalog_of_my_things

Here, we have created a console app that will help us to keep a record of different types of things we own: books, music albums, movies, and games. Built using Ruby.

postgresql rspec ruby unit-testing

Last synced: 21 Jan 2025

https://github.com/kputnam/forall

Ruby generative property test library (ala QuickCheck)

generative-testing property-based-testing rspec testing

Last synced: 13 Oct 2024

https://github.com/farida-hamid/budgetapp-rails

A mobile application that lets users log in and add transactions associated with a category to see the money spent on each category. Built with: Ruby on Rails, RSPEC, and PostgreSQL.

postgresql rspec ruby-on-rails

Last synced: 04 Feb 2025

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

Blog app 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.

postgresql rspec ruby ruby-on-rails

Last synced: 03 Feb 2025

https://github.com/v-blaze/gvash-planes-api

GVASH PLANES is a rails API Web-App where users can browse list of planes and make reservations on a plane for a given duration.

api database jwt-authentication postgresql rails rails-api rspec ruby-on-rails

Last synced: 21 Dec 2024

https://github.com/eval/respectable

Test different inputs against an rspec-expectation (mirror)

rails rspec ruby testing

Last synced: 13 Jan 2025

https://github.com/kwambiee/school_library

The app allows you to: Add new students or teachers. Add new books. Save records of who borrowed a given book and when.

rspec ruby

Last synced: 02 Feb 2025

https://github.com/vic778/school-management

this is a simple backedn project for class managment where teachers can CRUD a student and assign the test to them as well. studnt will be able to login thourht their credentials generated by the teachers. teacher only teachers can manager the CRUD of the whole app even update the user role to be a teacher.

postgresql pundit-matchers rspec rswag rubocop-rails ruby ruby-on-rails

Last synced: 18 Jan 2025

https://github.com/naomiyocum/battleship

A CLI Battleship game - you vs the computer.

rspec ruby

Last synced: 03 Feb 2025

https://github.com/vbrazo/napice-ruby-on-roda

Napice Ruby API using Roda Web Framework

api postresql roda rspec ruby

Last synced: 24 Jan 2025

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

The Blog app exemplifies a typical blog website. Its functionality includes displaying a list of posts and enabling readers to engage with them by leaving comments and likes.

postgresql rails rspec ruby

Last synced: 18 Jan 2025

https://github.com/syucream/mruby-rspec

rspec for mruby.

mruby rspec

Last synced: 16 Dec 2024

https://github.com/sonickmumba/budget_app

Budget app 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. It is built using Ruby on Rails.

bullet css devise rails7 rspec

Last synced: 21 Jan 2025

https://github.com/gingray/rspec-graphql_assistant

Collection of RSpec helpers to easy test GraphQL query, mutation, subscription

graphql rails rspec

Last synced: 14 Oct 2024

https://github.com/pboling/silent_stream

ActiveSupport Stream Silencing/Capturing - Without ActiveSupport

outputstream rails rspec ruby testing

Last synced: 31 Dec 2024

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: 18 Dec 2024

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/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/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/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/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/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/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/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/juandbta/recipes-project

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. Also, the app allows you to make them public so anyone can access them.

capybara css-flexbox css3 database front-end-development posgresql rspec ruby ruby-on-rails unit-testing

Last synced: 29 Jan 2025

https://github.com/doamaral/ruby-rspec-selenium-capybara

Trying out basic setup and features for UI testing using Capybara

capybara rspec ruby selenium

Last synced: 15 Jan 2025

https://github.com/doamaral/ruby-cucumber-rspec-selenium-capybara

Trying out Cucumber Ruby setup and features together with Capybara

capybara cucumber rspec ruby selenium

Last synced: 15 Jan 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/guillainbisimwa/twitter-gem-suggestions-bot

This is a Twitter bot that posts inspirational gem suggestions, reply to tweets, follow and tags ruby developer who needs help while developing in ruby using our list of #.

gitflow rspec ruby twitter-api twitter-bot

Last synced: 30 Jan 2025

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/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/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/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/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/jmettraux/bxs

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

rspec ruby shell

Last synced: 26 Jan 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/hackvan/foodie

Ruby gem with a small utilities to make the food very fun.

aruba bundler cucumber gem rake rspec ruby

Last synced: 02 Feb 2025

https://github.com/vadim-geroim/collatz-sequence

Determining the Collatz sequence for a number.

algorithms collatz-sequences rspec ruby

Last synced: 13 Jan 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/divinecharlotte/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. Also, allow you to share the Recipes by making it Public.

cancancan css3 devise html5 rails7 rspec

Last synced: 10 Feb 2025

https://github.com/dannyben/respec

RSpec Convenience Wrapper

rspec ruby

Last synced: 02 Feb 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: 19 Jan 2025

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

Fibonacci Sequence: contains iterative and recursive solutions, tests and logs time performance

algorithms rspec ruby

Last synced: 13 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/vadim-geroim/linked-list-2

Reverse the linked list using mutation

datastructures linked-list rspec ruby

Last synced: 13 Jan 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/vadim-geroim/image-blur-2

Build a data transformation on a data representation of an image.

datastructures image-blur rspec ruby

Last synced: 13 Jan 2025

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/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/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/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