rspec RSpec Expectations

30% OFF - 9th Anniversary discount on Entity Framework Extensions until December 15 with code: ZZZANNIVERSARY9

Introduction

RSpec::Expectations lets you express expected outcomes on an object using an example-based DSL syntax.

Remarks

This topic gives examples of how to expect test results in RSpec using expect .to and the many built-in matchers.

This functionality is provided by the rspec-expectations gem.



Got any rspec Question?