Fix specing framework
  • Dec 30, 2024

    The Three Levels of Requirements Inspired by RFC 2119

  • Dec 29, 2024

    Rethinking Test Architecture with Clear Specification Separation

  • Nov 4, 2024

    The Fundamental Distinction Between Expected and Actual Values in Testing

  • Sep 6, 2015

    From RSpec to Fix: A Journey Towards Simpler Testing

  • Sep 3, 2015

    A Fresh Take on Ruby Testing

Subscribe

  • Cyril Kato

Fix is a modern Ruby testing framework built around a key architectural principle: the complete separation between specifications and tests. It allows you to write pure specification documents that define expected behaviors, and then independently challenge any implementation against these specifications.