This is the RSpec mono repo, it contains the core gems we think of as "rspec", they are: rspec-core provides the structure for writing executable examples of how your code should behave, and an rspec command with tools to constrain which examples get run and tailor the output. rspec-expectations lets you express expected outcomes on an object in an example. rspec-mocks is a test-double framework f
{{#tags}}- {{label}}
{{/tags}}