A base Rails application to kickstart new projects.
-
Updated
Nov 16, 2024 - Ruby
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.
A base Rails application to kickstart new projects.
Rspec matchers to test ActiveModel validation that follows BDD.
An opinionated starter application based on Ruby 3.3, Rails 7.2, Webpack 5, pnpm, and Bootstrap 5, deployable on Heroku
Free, open source mental health communication web app to share experiences with loved ones
Automated code reviews via mutation testing - semantic code coverage.
An opinionated starter application based on Ruby 3.0, Rails 6.1, Webpack 5, Yarn, and Bootstrap 5, deployable on Heroku
Knapsack Pro gem splits tests across parallel CI nodes and makes sure that tests run in optimal time
power_assert integration for RSpec with a custom matcher
RSpec dual mocking compatibility. Use RSpec's mocks as secondary, alongside a primary, alternative mocking library.
ActiveSupport Stream Silencing/Capturing - Without ActiveSupport
Faux Anonymous AR Models for testing Concerns, Observers, Decorators
Allure integrations for Ruby test frameworks