Understanding Rspec Best Practices

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • RSpec style guide

    RSpec Best Practices

  • Both sites advocate for factories over fixtures (though there is a not clear consensus). With fixtures, test objects are all defined in fixture files with predefined data. Fixtures can be used across tests but modifying an existing fixture can break tests that depend on that fixture. As a codebase grows managing fixtures for all the various states of your object can be difficult. In comparison, factories let you build and configure new objects per test.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • An Introduction to RuboCop for Ruby on Rails

    3 projects | dev.to | 13 Sep 2023
  • Naming conventions and style guides in programming"

    5 projects | dev.to | 1 Jun 2023
  • Shine bright like a.. Ruby 💎

    2 projects | dev.to | 29 May 2023
  • A few words on Ruby's type annotations state

    4 projects | news.ycombinator.com | 5 May 2023
  • 10 Best Practices for Ruby Programmers: Tips for Efficient, Maintainable, and Bug-Free Code

    1 project | dev.to | 21 Apr 2023