spectator

Feature-rich testing framework for Crystal inspired by RSpec. (by icy-arctic-fox)

Spectator Alternatives

Similar projects and alternatives to spectator

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better spectator alternative or higher similarity.

spectator reviews and mentions

Posts with mentions or reviews of spectator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-01.
  • What are the downsides of Ruby ?
    3 projects | /r/ruby | 1 Feb 2022
    In that situation, if there was a performance critical component we wanted to optimize by rewriting in Crystal, we would first extract it into its own app or worker (aka breakup the monolith, aka micro-services). Additional apps could have requests routed to them via a reverse proxy or they could be internal HTTP-endpoints. Then we would port that code to Crystal, replacing gem dependencies with Crystal shards equivalents (which there are many, and more are being added everyday), and then running the Ruby code through rubycodemod_crystal which changes minor things (ex: include? -> includes? or require 'foo' -> require "foo"). Assuming this component has RSpec tests, I would convert them to Spectator which is a Crystal clone of RSpec. Then I would tighten up the Crystal code by adding explicit Types to all instance variables and method signatures, so the compiler doesn't have to infer the types. This is basically the same process I have done when porting some of my own Ruby libraries to Crystal.

Stats

Basic spectator repo stats
1
96
6.7
3 months ago

icy-arctic-fox/spectator is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of spectator is Crystal.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com