#
rspec
Here are 1,449 public repositories matching this topic...
Automated code reviews via mutation testing - semantic code coverage.
ruby
coverage
mutation-testing
rspec
static-analysis
code-review
dynamic-analysis
mutant
minitest
code-quality-analyzer
static-anaysis
uncovered-semantics
-
Updated
May 30, 2022 - Ruby
Free, open source mental health communication web app to share experiences with loved ones
react
javascript
ruby
i18n
rails
html
flow
webpack
jest
rspec
scss
capybara
free-software
storybook
ruby-on-rails
mental-health
social-impact
hacktoberfest
community-driven
react-testing-library
-
Updated
May 27, 2022 - Ruby
Collection of RSpec/MiniTest matchers and Cucumber steps for testing email in a ruby app using ActionMailer or Pony
-
Updated
Apr 1, 2021 - 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
Feb 5, 2022
A base Sinatra application template with DataMapper, and RSpec. Just fork and build.
-
Updated
May 27, 2022 - Ruby
Performance testing matchers for RSpec
-
Updated
Aug 18, 2021 - Ruby
Knapsack splits tests evenly across parallel CI nodes to run fast CI build and save you time.
ruby
ci-server
travis-ci
rspec
parallelism
cucumber
testing-tools
snap-ci
buildkite
circle-ci
minitest
spinach
turnip
auto-balancing
semaphore-ci
-
Updated
Aug 5, 2021 - Ruby
RSpec and Minitest matchers to prevent N+1 queries problem
-
Updated
Mar 18, 2022 - Ruby
SOULs 🔥 Build Serverless Apps faster like Rails. Powered by Ruby GraphQL, RBS/Steep, Active Record, RSpec, RuboCop, and Google Cloud.
ruby
rails
api
graphql
rubocop
framework
serverless
worker
rspec
nat
google-cloud
pubsub
serverless-framework
cloud-native
ruby-on-rails
active-record
graphql-api
rbs
steep
google-cloud-run
-
Updated
May 13, 2022 - Ruby
Sample source for the 2017 edition of Everyday Rails Testing with RSpec.
-
Updated
Sep 15, 2021 - Ruby
Regression Test Selection library for your RSpec test suite
-
Updated
Jan 9, 2022 - Ruby
Ruby Imperative Random Data Generator and Quickcheck
ruby
rspec
random
quickcheck
property-based-testing
randomness
minitest
test-unit
randomness-testing
randomness-generation
-
Updated
Jan 26, 2021 - Ruby
Apitome: /iˈpitəmē/ An API documentation presentation layer for RSpec API Documentation output.
-
Updated
Nov 23, 2021 - Ruby
Simple tool to maintain factories and traits from FactoryBot
-
Updated
May 17, 2022 - Ruby
Improve this page
Add a description, image, and links to the rspec topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rspec topic, visit your repo's landing page and select "manage topics."
I'm seeing double/instance_double/class_double/object_double/spy etc. being called with sometimes a string, sometimes a symbol (perhaps because the rspec-mocks documentation explicitly allows both), and of course sometimes a constant referring to a class or module.
I think mixing string and symbol arguments is a bit of a mess, so I would propose making a new cop that enforces either one or the