Fix.rb
fixrb.dev
Fix.rb
@fixrb.dev
Happy Path to #Ruby Testing: https://github.com/fixrb/fix
📢 Fix Framework now supports both syntax styles for examples:

it MUST be 42
it { MUST be 42 }

Learn more at github.com/fixrb/fix

#Ruby #Testing #RubyGems
December 30, 2024 at 8:11 PM
Here's how Fix takes a different path from traditional Ruby testing frameworks by cleanly separating specs from tests fixrb.dev/framework/te...
Rethinking Test Architecture with Clear Specification Separation
Discover how Fix’s unique approach to testing in Ruby promotes clear separation between specifications and implementation, making your test suite more maintainable and reusable.
fixrb.dev
December 29, 2024 at 2:36 PM
Just improved Fix's test isolation! Each spec now runs in its own subprocess and the suite stops on first failure. Faster feedback loop and no more test pollution. Check it out! #Ruby #Testing

gem install fix --pre
December 25, 2024 at 11:18 AM