Sha256: f44910112173412f9b1723cdb9d67d1c00e8df8bba41fd9eeb5761c8a0f15892

Contents?: true

Size: 607 Bytes

Versions: 5

Compression:

Stored size: 607 Bytes

Contents

rspec-core provides the structure for RSpec code examples:

    RSpec.describe Account do
      it "has a balance of zero when first opened" do
        # example code goes here - for more on the
        # code inside the examples, see rspec-expectations
        # and rspec-mocks
      end
    end

## Issues

This documentation is [open source](https://github.com/rspec/rspec-core/tree/main/features), and a work in progress.  If you find it incomplete or confusing, please [submit an issue](http://github.com/rspec/rspec-core/issues), or, better yet, [a pull request](http://github.com/rspec/rspec-core).

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
opal-rspec-1.1.0.alpha3 rspec-core/upstream/features/README.md
opal-rspec-1.1.0.alpha2 rspec-core/upstream/features/README.md
opal-rspec-1.1.0.alpha1 rspec-core/upstream/features/README.md
opal-rspec-1.0.0 rspec-core/upstream/features/README.md
opal-rspec-1.0.0.alpha1 rspec-core/upstream/features/README.md