rspec-core

RSpec runner and formatters (by rspec)

Rspec-core Alternatives

Similar projects and alternatives to rspec-core

  1. Devise

    Flexible authentication solution for Rails with Warden.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Rustler

    Safe Rust bridge for creating Erlang NIF functions

  4. factory_bot

    A library for setting up Ruby objects as test data.

  5. rspec-rails

    RSpec for Rails 7+

  6. Rake

    18 rspec-core VS Rake

    A make-like build utility for Ruby.

  7. rspec-mocks

    Discontinued RSpec's 'test double' framework, with support for stubbing and mocking

  8. ex_vec

    Discontinued re-creating rust's `vec!` macro in elixir

  9. rspec-expectations

    Discontinued Provides a readable API to express expected outcomes of a code example

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

rspec-core discussion

Log in or Post with

rspec-core reviews and mentions

Posts with mentions or reviews of rspec-core. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-30.
  • Metaprogramming in Ruby: Advanced Level
    3 projects | dev.to | 30 Jun 2023
    That being said, the code and documentation for rspec is generally clear and descriptive, making it a fantastic repository for learning about metaprogramming techniques. In rspec-core/lib/rspec/core/dsl.rb, for example, the implementation is spelled out in code comments.
  • Relishapp is down, anyone knows what happened?
    4 projects | /r/ruby | 9 Mar 2023
  • Anyone have any good Ruby repos that showcase best practices?
    2 projects | /r/ruby | 8 Mar 2023
    Something like that. You almost certainly want to use bundler because it's pretty much the easiest way to add 3rd party libs to your app. (Read more about bundler). Tests aren't an absolute requirement but are a generally considered to be an important part of ruby (and rails) culture. They can be difficult to learn in the beginning, but get easier with practice -- start soon and practice often! (Good rule of thumb: test any public methods of your objects that you define, at a minimum -- a guide. There's also relishapp, which seems to be down at the moment?)
  • It's legos all the way down
    3 projects | dev.to | 17 Feb 2023
    Take this small excerpt[9] from rspec-core of the describe public api:
  • When not to use instance variables in RSpec
    1 project | /r/ruby | 2 Feb 2021
    From what I understand RSpec creates a class per spec (e.g. #) and it stores the instance variables (defined in the before :context DSL) on the RSpec::Core::ExampleGroup class on class level. The RSpec::Core::ExampleGroup is the parent class of the spec classes.
    1 project | dev.to | 2 Feb 2021
    From the RSpec docs
  • A note from our sponsor - SaaSHub
    www.saashub.com | 21 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic rspec-core repo stats
6
1,233
8.6
about 2 months ago

rspec/rspec-core is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of rspec-core is Ruby.


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

Did you know that Ruby is
the 12th most popular programming language
based on number of references?