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.
Here are 2,046 public repositories matching this topic...
Automated code reviews via mutation testing - semantic code coverage.
-
Updated
Oct 30, 2024 - Ruby
Free, open source mental health communication web app to share experiences with loved ones
-
Updated
Oct 28, 2024 - Ruby
Collection of RSpec/MiniTest matchers and Cucumber steps for testing email in a ruby app using ActionMailer or Pony
-
Updated
Jul 22, 2024 - Ruby
This project has moved to GitLab! Please check there for the latest updates.
-
Updated
Mar 15, 2021 - Ruby
Best practices for writing your specs!
-
Updated
Dec 11, 2023
Performance testing matchers for RSpec
-
Updated
Mar 16, 2024 - Ruby